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