@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('categories.index'), 'name' => "فئات العملاء"],['name' => 'تعديل']],['title'=> 'تعديل الفئة ']]; @endphp @section('title', 'تعديل الفئة ') @section('content') @section('vendor-style') @endsection @component('components.forms.formCard',['title' => sprintf('تعديل الفئة (%s)',$category->category_name)]) {!! Form::model($category, ['method' => 'PUT', 'onsubmit' => 'showLoader()','route' => ['categories.update', $category->id]]) !!} معلومات الفئة
مفعل
تحديد الفئة الافتراضية
تحديد كفئة خاصة
تعديل الفئة عودة
{!! Form::close() !!} @endcomponent @endsection @section('vendor-script') @endsection @section('page-script') @endsection