@push('css') @endpush
| @lang('student.title') | @lang('student.name') | @lang('student.action') |
|---|---|---|
| {{ $student_detail->document_title_1 }} | {{ showDocument(@$student_detail->document_file_1) }} | @if (file_exists($student_detail->document_file_1)) @lang('common.download') @endif |
| {{ $student_detail->document_title_2 }} | {{ showDocument(@$student_detail->document_file_2) }} | @if (file_exists($student_detail->document_file_2)) @lang('common.download') @endif |
| {{ $student_detail->document_title_3 }} | {{ showDocument(@$student_detail->document_file_3) }} | @if (file_exists($student_detail->document_file_3)) @lang('common.download') @endif |
| {{ $student_detail->document_title_4 }} | {{ showDocument(@$student_detail->document_file_4) }} | @if (file_exists($student_detail->document_file_4)) @lang('common.download') @endif |
| {{ $document->title }} | {{ showDocument($document->file) }} | @if (file_exists($document->file)) @lang('common.download') @endif |