@extends('admin.layout.app') @section('content')
@include('admin.layout.session')
Add New Category
@csrf
@include('components._categoryDropDown', ['is_required' => false, 'is_multiple' => false, 'is_label' => true, 'is_dash' => true, 'is_subcategory_display' => false])
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('meta_title'))
{{ $errors->first('meta_title') }}
@endif
@if ($errors->has('meta_author'))
{{ $errors->first('meta_author') }}
@endif
@if ($errors->has('meta_keyword'))
{{ $errors->first('meta_keyword') }}
@endif
@if ($errors->has('meta_keyword'))
{{ $errors->first('meta_keyword') }}
@endif
Back
@endsection @push('js') @endpush