@extends('admin.layouts.app') @section('title', 'Create Category') @section('content')

Create Category

Add a new product category

Back to List
@csrf
@error('name')

{{ $message }}

@enderror
@error('image')

{{ $message }}

@enderror
@push('scripts') @endpush @endsection