@push('css') @endpush
@if (is_show('document_file_1')) @if ($student_detail->document_file_1 != '') @endif @endif @if (is_show('document_file_2')) @if ($student_detail->document_file_2 != '') @endif @endif @if (is_show('document_file_3')) @if ($student_detail->document_file_3 != '') @endif @endif @if (is_show('document_file_4')) @if ($student_detail->document_file_4 != '') @endif @endif @foreach ($student_detail->studentDocument as $document) @endforeach
@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