@extends('layouts.contentLayoutMaster')
@php
$breadcrumbs = [[['link' => route('types.index'), 'name' => "المسارات التعليمية "],['link' => route('types.edit',$type), 'name' => "تعديل المسار : $type->school_name" ]],['title'=> 'المسارات التعليمية المسجلة']];
@endphp
@section('title', 'تعديل المسار التعليمي ')
@section('content')
@component('components.forms.formCard',['title' => 'تعديل معلومات الفصل '])
{!! Form::model($type, ['method' => 'PUT', 'onsubmit' => 'showLoader()','route' => ['types.update', $type->id]]) !!}