Patient
{{ $patient->first_name . ' ' . $patient->second_name }}
{{ $patient->city->name }} {{ $patient->country->name }}
Age
{{ \Carbon\Carbon::parse($patient->birthday)->diff(\Carbon\Carbon::now())->format('%y') }}
Insurance
{{ $patient->insurance }}
Phone Number
{{ $patient->phone_number }}
| Name | From | To |
|---|---|---|
| {{ $item->medicinescats->name }} | {{ $item->start }} | {{ $item->end }} |