@extends('layouts.contentLayoutMaster')
@php
$breadcrumbs = [[['link' => route('levels.index'), 'name' => "الصفوف الدراسية "],['link' => route('levels.subjects.create',$level), 'name' => "المواد الدراسية : $level->level_name" ]],['title'=> "اضافة مادة دراسبة"]];
@endphp
@section('title', 'اضافة صف الدراسي ')
@section('content')
@component('components.forms.formCard',['title' => "اضافة مادة دراسية للصف الدراسي : $level->level_name" ])
{!! Form::open(['route' => ['levels.subjects.store',$level->id],'method'=>'POST' , 'onsubmit' => 'showLoader()']) !!}