@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')
الطلاب المسجلين بخدمة النقل بالمدرسة @if(! is_null($year)) للعام الدراسي({{ is_null($year)? 'جميع السنوات' :$year->year_name}})@endif الطلاب المسجلين بخدمة النقل بالمدرسة .. {{ sprintf('معروض %s طالب من اصل %s طالب مسجل بالنظام مطابق لمعطيات البحث ',$students->count(),$students->total()) }} الاجراءات كود اسم الطالب النوع رقم الهوية الجنسية الفئة خطة النقل اجمالي المبلغ السداد نسبة السداد الصف السنة الدراسية اخر تعديل @foreach ($students as $student) @can('students-list') @endcan @can('accounts-list') @endcan @if($student->contract_id) @endif {{ $student->student_id }} {{ $student->student_name }} {{ $student->gender ? 'ذكر' : 'انثي' }} {{ $student->national_id }} {{ $student->nationality_name }} {{ $student->category_name }} @if($student->contract_id) @can('accounts-list') {{ $student->transportation_type }} {{ $student->total_paid()->total }} {{ $student->total_paid()->paid }} {{ $student->total_paid()->percent . '%' }} @endcan {{ $student->level_name }}@endif {{ $student->year_name }} {{ $student->updated_at->format('Y-m-d h:m:s') }} @endforeach {{ $students->appends(request()->except('page'))->links() }} @endsection @section('page-modal')
اضافة ولي امر كمدير

جاري تحميل المعلومات

{!! Form::open(['route' => 'admins.assignAdminRole','method'=>'POST' , 'onsubmit' => 'showLoader()']) !!}
{!! Form::close() !!}
@endsection @section('page-script') @endsection @section('vendor-script') @endsection @section('page-script') @endsection