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

{{ $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 @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) @if($reports_settings['show_footer_image']) @else @endif @endif @endif