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