@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)) للعام الدراسي({{ $year->year_name }})@endif قائمة الطلاب المسجلين بالمدرسة .. {{ sprintf('معروض %s طالب من اصل %s طالب مسجل بالنظام مطابق لمعطيات البحث ',$students->count(),$students->total()) }} الاجراءات كود اسم الطالب النوع رقم الهوية الجنسية الفئة حالة الطالب @can('accounts-list') الخطة السداد @endcan الصف النتيجة حالة التعاقد مقدم الطلب الرعاية مزامنة نور مزامنة odoo اخطاء مزامنة odoo اخر تعديل @foreach ($students as $student) @can('students-list') @endcan @can('students-edit') @endcan @can('accounts-list') @endcan @if($student->contract_id) @can('accounts-list') @endcan @endif @if($student->odoo_sync_status == 0) @can('accounts-list') @endcan @endif {{ $student->id }} {{ $student->student_name }} {{ $student->gender ? 'ذكر' : 'انثي' }} {{ $student->national_id }} {{ $student->nationality_name }} {{ $student->category_name }} @if($student->contract_id) {!! $student->contract->getStudentStatus($student->graduated) !!} @can('accounts-list') {{ $student->plan_name }} {!! $student->contract->GetContractSpan() !!} @endcan {{ $student->level_name }} {!! $student->contract->getExamResult() !!} {!! $student->contract->getStatus() !!} {{ $student->sales_admin_name }} @endif {{ $student->student_care ? 'نعم' : 'لا' }} @if(null !== $student->last_noor_sync) @else @endif @if($student->odoo_sync_status) @else @endif {{ !$student->odoo_sync_status? $student->odoo_message : 'لا يوجد'}} {{ $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