@php
$notifications = getNotification(Auth::user()->roles->pluck('name')->first());
$notificationCount = count($notifications);
@endphp
@role('Patient')
@php
$patientUniqueId = Auth::user()->patient->patient_unique_id;
$isPatientIdCard = Auth::user()->patient->template_id;
@endphp
@if (!is_null($isPatientIdCard))
{{__('messages.notification.notifications')}}
{{ $notification->title }}
{{ \Carbon\Carbon::parse($notification->created_at)->diffForHumans(null, true)}}
{{ __('messages.notification.you_don`t_have_any_new_notification') }}
{{ __('messages.notification.you_don`t_have_any_new_notification') }}