@extends('admin.layouts.master') @section('title', 'Eidt Category') @section('css') @endsection @section('content')

Edit Category

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

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

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

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

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

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

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

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

@endif
Meta Section
@if ($errors->has('meta_title'))

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

@endif
Category Meta Image

Add Category Meta Image

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

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

@endif
Publish
@if ($errors->has('order_no'))

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

@endif
Category Gallery
Category Image

Add Category Image

Category Banner Image

Add Category Banner Image

Label
@if ($errors->has('label_text'))

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

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

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

@endif
@endsection @section('js') @endsection