@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' => 'اضافة فئة جديدة'])
{!! Form::open(['route' => 'categories.store','method'=>'POST' , 'onsubmit' => 'showLoader()']) !!}