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