@extends('layouts.contentLayoutMaster')
@php
$breadcrumbs = [[['link' => route('coupons.index'), 'name' => 'قسائم الخصم'], ['link' => route('classifications.index'), 'name' => 'تصنيفات القسائم'],['link' => route('classifications.create'), 'name' => "اضافة تصنيف" ]],['title'=> 'اضافة تصنيف جديد']];
@endphp
@section('title', 'اضافة تصنيف جديد ')
@section('vendor-style')
@endsection
@section('page-style')
@endsection
@section('content')
@component('components.forms.formCard',['title' =>' اضافة تصنيف جديد' ])
{!! Form::open(['route' => 'classifications.store','method'=>'POST' , 'onsubmit' => 'showLoader()']) !!}