@extends('layouts.contentLayoutMaster')
@php
$breadcrumbs = [[['link' => route('appointments.sections.index'), 'name' => "اقسام المقابلات"]],['title'=> 'اضافة قسم مقابلات جديد']];
@endphp
@section('title', 'اضافة قسم مقابلات جديد')
@section('content')
@component('components.forms.formCard',['title' => 'اضافة قسم مقابلات جديد'])
{!! Form::open(['route' => ['appointments.sections.store'],'method'=>'POST' , 'onsubmit' => 'showLoader()']) !!}