@if($type!==3&&$type!==4) @if($reports_settings['show_header']&&isset($group['branch']))

{{ $group['branch']['name'] }}

@if(isset($group['branch'])) {{ $group['branch']['phone'] }} @endif

@if(isset($group['branch'])) {{$group['branch']['address'] }} @endif

{{$info_settings['email']}}

{{ $info_settings['website'] }}

@if(isset($group['patient'])) @endif
@endif @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'])) }}
@endif
@endif @yield('content') @if($type==1) @if($reports_settings['show_signature'])

{{__('Signature')}}

@if(!empty($group['signature'])) @endif

@endif @endif @if($reports_settings['show_footer']) @if($type==1||$type==2) @endif @endif