@extends('layouts.app') @section('content')
تفاصيل الطالب
{{ $student->username }}
{{ $student->education_level->title ?? null }}
رقم الهاتف : {{ $student->phone }}
رقم ولى الأمر : {{ $student->parent_phone }}
id)}}" class="px-4 py-2 btn-custom-1">طلبات الأنضمام
{{-- --}}
# اسم المنهج نوع الشهر المادة المبلغ الدورة تاريخ الأنضمامالحالة
# العنوان اسم المدرس الدورة النتيجة عرض
{{-- {{ $dataTable->table() }} --}}
@endsection @section('js') {{-- {{ $dataTable->scripts(attributes: ['type' => 'module']) }} --}} @endsection