@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()']) !!}