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