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