|
|
|
|
{{ $group['branch']['name'] }}
|
@if(isset($group['patient']))
|
| {{__('Patient Code')}} : @if(isset($group['patient'])) {{ $group['patient']['code'] }} @endif | {{__('Patient Name')}} : @if(isset($group['patient'])) {{ $group['patient']['name'] }} @endif |
| {{__('Age')}} : @if(isset($group['patient'])) {{$group['patient']['age']}} @endif | {{__('Gender')}} : @if(isset($group['patient'])) {{ __($group['patient']['gender']) }} @endif |
| {{__('Doctor')}} : @if(isset($group['doctor'])) {{ $group['doctor']['name'] }} @endif | {{__('Date')}} : {{ date('d-m-Y H:i',strtotime($group['created_at'])) }} |
|
{{__('Signature')}} |
|
|
@if(!empty($group['signature']))
|