@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('students.index'), 'name' => "الطلاب"], ['name' => "مزامنة نظام نور"]],['title'=> 'مزامنة بيانات الطلاب']]; @endphp @section('title', 'مزامنة بيانات الطلاب') @section('content') @section('vendor-style') @endsection @section('page-style') @endsection @component('components.forms.formCard',['title' => 'مزامنة بيانات الطلاب']) {{-- --}} @if(isset($skipped_students) && $skipped_students) طلاب لم يتم العثور عليهم {!! Form::open(['route' => 'students.noor.excel','method'=>'POST' , 'onsubmit' => 'showLoader()']) !!} {{-- تحميل ملف الطلاب لم يتم العثور عليهم--}} تحميل ملف الطلاب لم يتم العثور عليهم
@foreach($skipped_students as $key=>$id)
رقم الهوية : {{ $id }}
@endforeach
{!! Form::close() !!} @endif {!! Form::open(['route' => 'noor.store','method'=>'POST', 'enctype' => 'multipart/form-data' , 'onsubmit' => 'showLoader(500000)']) !!} معلومات الطلاب
{{--
--}} {{-- --}} {{-- @error('file_type')--}} {{-- --}} {{-- {{ $message }}--}} {{-- --}} {{-- @enderror--}} {{--
--}}
@error('sheet_path') {{ $message }} @enderror
مطابقة اسم الطالب مع نظام نور
مزامنة معلومات الطلاب عودة
{!! Form::close() !!} @endcomponent @endsection @section('vendor-script') @endsection @section('page-script') @endsection