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