@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' => 'corporates.store','method'=>'POST' , 'onsubmit' => 'showLoader()']) !!}