@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('levels.index'), 'name' => "الصفوف الدراسية "],['link' => route('levels.create'), 'name' => "اضافة صف دراسي" ]],['title'=> 'اضافة صف دراسي']]; @endphp @section('title','اضافة صف دراسي للعام ' .$year->year_name ) @section('content') @component('components.forms.formCard',['title' =>" اضافة صف درسي للعام $year->year_name" ]) {!! Form::open(['route' => ['years.levels.store',$year],'method'=>'POST' , 'onsubmit' => 'showLoader()']) !!} معلومات الصف الدراسي
@foreach( \App\Models\LevelType::levelTypes() as $levelType)
@endforeach
مفعل
حدود الخصومات
اضافة صف جديد عودة
{!! Form::close() !!} @endcomponent @endsection