{{ __('clinic.total_patients') }}
{{ number_format($totalPatients) }}
{{ $newPatientsToday }} {{ __('clinic.new_patients_today') }}
@extends('layouts.app') @section('title', __('clinic.dashboard')) @section('heading', __('clinic.dashboard')) @section('subheading') {{ __('clinic.performance_overview') }} · {{ now()->format('l, Y-m-d') }} @endsection @section('content')
{{ $newPatientsToday }} {{ __('clinic.new_patients_today') }}
{{ $waitingPatients }} {{ __('clinic.waiting_patients') }}
{{ __('clinic.active_now') }}
{{ __('clinic.action_required') ?? 'بحاجة للمتابعة' }}
| {{ __('clinic.patient_code') }} | {{ __('clinic.full_name') }} | {{ __('clinic.phone') }} |
|---|---|---|
| {{ $p->patient_code }} | {{ $p->full_name }} | {{ $p->phone }} |
| {{ __('clinic.no_records') }} | ||
| {{ __('clinic.patients') }} | {{ __('clinic.chief_complaint') }} | {{ __('clinic.status') }} |
|---|---|---|
| {{ $v->patient->full_name }} | {{ $v->chief_complaint }} | {{ __('clinic.' . $v->status) }} |
| {{ __('clinic.no_records') }} | ||