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