@extends('partials.layouts.master_auth') @section('title', 'Sign In - MediTrack Medical Waste Management') @section('meta_description', 'Sign in to MediTrack - Medical waste management system for healthcare facilities. Access your dashboard to track and manage medical waste disposal efficiently.') @section('content')
Auth Background
Logo Dark

Glad to see you again. Log in to your account.

@csrf @if($errors->has('login')) @endif @if(session('success')) @endif

© 2025 Meditrack. All right reserved.

Privacy

Terms

Get Help

@endsection @section('js') @endsection