| Name | Size | Mode | Actions |
|---|---|---|---|
| call-log.blade.php | 1549 | 0644 | editdlrm |
| complaint.blade.php | 1586 | 0644 | editdlrm |
| enquiry.blade.php | 2591 | 0644 | editdlrm |
| gate-pass-detail.blade.php | 1749 | 0644 | editdlrm |
| gate-pass.blade.php | 1800 | 0644 | editdlrm |
| postal-record.blade.php | 1706 | 0644 | editdlrm |
| visitor-log.blade.php | 3047 | 0644 | editdlrm |
| visitor-message.blade.php | 1295 | 0644 | editdlrm |
| visitor-pass.blade.php | 2625 | 0644 | editdlrm |
/home/techb158/ileadtechnology.com/SSM/resources/views/print/reception/gate-pass-detail.blade.php (1749B)
| {{'#'.$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}} | ||