{{ env('APP_NAME') }} Appointments

@if (session()->has('message'))
{{ session('message') }}
@endif
Loading..
{{ __("Add New appointment") }}
@error('patient') {{ $message }} @enderror
@error('nurse') {{ $message }} @enderror
@error('doctor') {{ $message }} @enderror

Current Value: {{ $start_timeee }}

@error('start_timeee') {{ $message }} @enderror

Current Value: {{ $endtime }}

@error('endtime') {{ $message }} @enderror


{{ _("All appointments") }}
@forelse ($appointments as $appointment) @empty @endforelse
ID Patient Prep Nurse Doctor Start Schduled Time End Time Actions
{{ $appointment->id }} {{ $appointment->patient_id }} {{ $appointment->nurse_id }} {{ $appointment->doctor_id }} {{ $appointment->intime }} {{ $appointment->outtime }} {{ $appointment->created_at }}
{{ __('Null') }} {{ __('Null') }} {{ __('Null') }} {{ __('Null') }} {{ __('Null') }} {{ __('Null') }} {{ __('Null') }}