@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('transportations.index'), 'name' => "خطط النقل"], ['link' => route('transportations.edit',$transportation), 'name' => "تعديل خطة النقل"]],['title'=> 'تعديل']]; @endphp @section('title', 'ادارة خطط النقل') @section('content') @component('components.forms.formCard',['title' => sprintf('تعديل معلومات خطة النفل : #%s - %s', $transportation->id ,$transportation->transportation_type)]) {!! Form::model($transportation, ['method' => 'PUT', 'onsubmit' => 'showLoader()','route' => ['transportations.update', $transportation->id]]) !!} معلومات خطة النقل
مفعل
تعديل خطة النقل عودة
{!! Form::close() !!} @endcomponent @endsection