/home/techb158/ileadtechnology.com/SSM/resources/views/print/reception
NameSizeModeActions
call-log.blade.php15490644editdlrm
complaint.blade.php15860644editdlrm
enquiry.blade.php25910644editdlrm
gate-pass-detail.blade.php17490644editdlrm
gate-pass.blade.php18000644editdlrm
postal-record.blade.php17060644editdlrm
visitor-log.blade.php30470644editdlrm
visitor-message.blade.php12950644editdlrm
visitor-pass.blade.php26250644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/reception/gate-pass.blade.php (1800B)
@include('print.print-layout.header')

{{config('config.default_academic_session.name')}}

{{trans('reception.gate_pass').' '.trans('general.total_result_count',['count' => count($gate_passes)])}}

@foreach($gate_passes as $gate_pass) @endforeach
# {{trans('reception.gate_pass_detail')}} {{trans('reception.gate_pass_date')}} {{trans('reception.gate_pass_time')}} {{trans('reception.gate_pass_reason')}}
{{$gate_pass->id}} @if($gate_pass->type == 'student') {{trans('student.name').': '.$gate_pass->Student->name}}
{{trans('student.first_guardian_name').': '.$gate_pass->Student->Parent->first_guardian_name}}
{{trans('student.mother_name').': '.$gate_pass->Student->Parent->mother_name}}
{{trans('student.contact_number').': '.$gate_pass->Student->contact_number}}
@else {{$gate_pass->Employee->name}}
{{getEmployeeDesignationName($gate_pass->Employee)}} @endif
{{showDate($gate_pass->date)}} {{showTime($gate_pass->time)}} {{$gate_pass->reason}}
@include('print.print-layout.footer')