| 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.blade.php (1800B)
| # | {{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}} |