@section('title') View Patient @endsection
Details
Patient ID: {{$condition->uuid }}
Project, ID: {{$project->name_en .', ' .$project->uuid }}
Status:
{{$status->name_en}}
Amount: {{number_format($condition->amount)}}$
Eye Type: {{$eyeType->name_en}}
Description
{{$condition->description}}
Created At: {{\Carbon\Carbon::parse($condition->created_at)->format('d M Y, g:i A')}}
Patient
Full Name: {{$patient->full_name }}
Location: {{$patient->Country->name_en .', ' . $patient->City->name_en}}
Phone Number: {{$patient->phone_number}}
Birth of Day: {{\Carbon\Carbon::parse($patient->date_birth)->format('d/m/Y')}}
Contributor
Full Name: {{$donor->full_name }}
Email: {{$donor->email}}
Phone Number: {{$donor->phone_number}}
@foreach($images as $image)

{{$image->take_type .' / '. $image->eye_type}}

{{\Carbon\Carbon::parse($image->created_at)->format('d M Y, g:i A')}}
@endforeach @if(count($images) == 0)
Not Set the Patient images.
@endif
@if($video)

Video

{{\Carbon\Carbon::parse($video->created_at)->format('d M Y, g:i A')}}
@else
Not Set the Patient Video.
@endif

Events

@forelse($condition->Audits as $audit) @empty
Not Find Result.
@endforelse
{{$audit->user->full_name}}has {{$audit->event}} Patient ID {{$condition->uuid}} {{\Carbon\Carbon::parse($audit->created_at)->format('d M Y, g:i A')}}