@extends('layouts.app') @section('styles') @endsection @section('content')

{{ __('student.show') ." ". __('student.files') ." ال". __('student.student') }}

{{ $student->student_name ?? ''}}

{{-- --}}
@if ($files) @foreach ($files as $file) @endforeach @endif
رقم نوع الملف ملحوظة معاينة الملف تاريخ الانشاء الإجراءات
{{ $no }} {{ $file->fileType->value ?? 'لم يتم التحديد' }} {{ $file->note ?? 'لم يتم التحديد' }} معاينة {{ $file->created_at ?? 'لم يتم التحديد' }} تعديل @if (auth()->user()->hasRole(['registrar', 'admin'])) حذف
@csrf @method('DELETE')
@endif
رقم نوع الملف ملحوظة تحميل الملف تاريخ الانشاء الإجراءات
{{-- modals --}} @endsection @section('scripts') {!! Toastr::message() !!} @endsection