/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-detail.blade.php (1749B)
@include('print.print-layout.header')

{{trans('reception.gate_pass')}}

{{'#'.$gate_pass->id}}{{trans('general.date').': '.showDate($gate_pass->date).' '.showTime($gate_pass->time)}}
{{trans('reception.gate_pass_detail')}} @if($gate_pass->type == 'student') {{trans('student.name').': '.$gate_pass->Student->name}}
{{trans('student.father_name').': '.$gate_pass->Student->Parent->father_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
{{trans('general.entry_by')}} {{$gate_pass->User->Employee->name}}
{{getEmployeeDesignationName($gate_pass->User->Employee)}}
{{trans('reception.gate_pass_reason')}} {{$gate_pass->reason}}
@include('print.print-layout.signatory')