@extends('layouts.main_dashboard.app') @section('title', __('dashboard.Students') . ' | ' . __('dashboard.Import Students')) @section('content')

{{ __('dashboard.Student Import') }}

{{ __('dashboard.Import Students') }}

رفع ملف الطلاب وربط النتائج مباشرة بصف دراسي محدد.

@csrf
@error('school_class_id')

{{ $message }}

@enderror
@error('file')

{{ $message }}

@enderror
{{ __('dashboard.Cancel') }}
@endsection