@extends('layouts.contentLayoutMaster')
@php
$breadcrumbs = [[['link' => route('students.index'), 'name' => "الطلاب الغير مجددين "],['name'=> 'ادارة الطلاب' ]],['title'=> 'ادارة الطلاب']];
@endphp
@section('title', 'الطلاب الغير مجددين')
@section('vendor-style')
@endsection
@section('page-style')
@endsection
@section('content')
الاجراءات
كود طلب المتابعة
حالة الطلب
تم الاسناد بواسطة
تاريخ الاسناد
كود الطالب
اسم الطالب
النوع
رقم الهوية
اسم ولي الامر
رقم هوية ولي الامر
رقم الجوال
الجنسية
الصف
سنة اخر تعاقد
@can('students-without-contract-edit')
{{ $student->follow_up_request_id }}
{{ \App\Models\FollowUpRequest::getFollowUpStatus()[$student->follow_up_request_status] }}
{{ $student->follow_up_request_created_by }}
{{ $student->follow_up_request_created_at }}
{{$student->id}}
{{ $student->student_name }}
{{ $student->gender ? 'ذكر' : 'انثي' }}
{{ $student->national_id }}
{{ $student->parent_name }}
{{ $student->guardian_national_id }}
{{ $student->phone }}
{{ $student->nationality_name }}
{{ $student->level_name }}
{{ $student->year_name }}
@endforeach