@extends('admin.layouts.master') @section('title') Starter Page @endsection @section('css') @endsection @section('content')
User avatar

{!! \App\Helpers\StudentHelper::statuses($currentEnrollment->status??'new')!!}

2024-2025

0

عدد ساعات الغياب

بيانات

  • {{__('students.Guardian Name')}}: {{$student->guardian_name}}
  • رقم الهاتف: {{$student->father_phone}} | {{$student->mother_phone}}
  • الايميل: {{$student->father_email}} | {{$student->mother_email}}
@endsection @section('script') @endsection