@foreach($images as $image)
@endforeach
@if(count($images) == 0)
Not Set the Patient images.
@endif
@if($video)
@else
Not Set the Patient Video.
@endif
@forelse($condition->Audits as $audit)
{{$audit->user->full_name}}has
{{$audit->event}}
Patient ID {{$condition->uuid}}
|
{{\Carbon\Carbon::parse($audit->created_at)->format('d M Y, g:i A')}}
|
|
@empty
Not Find Result.
@endforelse