@extends('admin.layout.app') @section('content')
@include('admin.layout.session')
Edit Category
@csrf @method('put')
@include('components._categoryDropDown', ['is_required' => false, 'is_multiple' => false, 'is_label' => true, 'is_dash' => true, 'result' => $category, 'selected_categories' => $category->parent_id, '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