Esmel Logo {{ __('Dashboard') }} Usuario
Total de notificaciones: {{ count($noti ?? []) }} Leído
@foreach($noti ?? [] as $notification) @if($notification->data['created_at'] == $notification->data['updated_at'])
Se a creado una cita para el {{$notification->data['date']}} a las: {{$notification->data['schedule']}}
@elseif ($notification->data['status'] == 'Pendiente')
{{$notification->data['title']}} para {{$notification->data['date']}} a las: {{$notification->data['schedule']}}
@elseif($notification->data['status'] == 'Cancelada')
Se cancelo su cita programada para el {{$notification->data['date']}} a las: {{$notification->data['schedule']}}
@endif @endforeach
{{ $user_patient['first_name'] . ' ' . $user_patient['last_name'] }} {{ Auth::user()->email }}
  • Ajustes de usuario

  • @if(Auth::check() && Auth::user()->rol == 'Family')

    Cambiar usuario

    @endif
  • @csrf {{ __('Log Out') }}