@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]]) !!}