Dashboard
Telemedicine
{{ number_format($totalTel) }}
Appointments
{{ number_format($totalApp) }}
Patients
{{ number_format($totalPatients) }}
Monitor Logs
| No | Name | Action | TimeStamp |
|---|---|---|---|
| {{ $i + 1 }}. | {{ $Log->user->fullname ?? '-'}} | {{ $Log->action ?? '-'}} | {{ $Log->timestamp ?? '-' }} |
Feedbacks
Feedbacks Table
| No | Customer | Rating | Review | Date |
|---|---|---|---|---|
| {{ $i + 1 }}. | {{ $f->user->name }} | {{ $f->rating }} | {{ $f->descripton }} | {{ \Carbon\Carbon::parse($f->create_date)->format('d F Y') ?? '-' }} |
Admin Action Histories
Admin Action Histories Table
| No | Name | Action | Details | TimeStamp |
|---|---|---|---|---|
| {{ $i + 1 }}. | {{ $f->user->fullname ?? '-'}} | {{ $f->action ?? '-'}} | {{ $f->details ?? '-'}} | {{ $f->timestamp ?? '-' }} |