@php use App\Models\Backend\PhoneLog; @endphp
| Order | Tray | Invoice | Patient Reference | @if ($type == 'backend')Account | @endifSender | Sent | ||
|---|---|---|---|---|---|---|---|---|
| {{ $notification['order_id_method'] }} | {{ $notification['tray'] }} | {{ $notification['invoice_no'] }} | {{ $notification['patient'] ?? $notification['patient'] }} | @if ($type == 'backend'){{ $notification['account'] }} | @endif{{ $notification['sender_name'] ?? 'Unknown' }} | {{ $notification['created_at'] }} |
@if($notification['has_read'])
Mark as unread
@else
Mark as read
@endif
|