|
{{ $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']))
|