Edit Categories

@csrf
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if($errors->has('category_id'))

{{ $errors->first('category_id') }}

@endif
@if($errors->has('status'))

{{ $errors->first('status') }}

@endif
@if($errors->has('image'))

{{ $errors->first('image') }}

@endif
@if($sub_category->image)
Current Image
@endif

SEO Terms

@if($errors->has('meta_title'))

{{ $errors->first('meta_title') }}

@endif
@include('admin.layouts.footer')