@php use App\Models\Backend\PhoneLog; @endphp
@if ($type == 'backend') @endif @foreach ($response as $notification) @if ($type == 'backend') @endif @endforeach
Order Tray Invoice Patient ReferenceAccountSender Sent
@if($notification['has_read'])
@else
@endif {!! PhoneLog::getNotifyIcon($notification['type']) !!}
{{ $notification['order_id_method'] }} {{ $notification['tray'] }} {{ $notification['invoice_no'] }} {{ $notification['patient'] ?? $notification['patient'] }}{{ $notification['account'] }}{{ $notification['sender_name'] ?? 'Unknown' }} {{ $notification['created_at'] }} @if($notification['has_read'])
Mark as unread
@else
Mark as read
@endif
{{ $notifications->links() }}