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

Create New Category

@csrf
@error('name')
{{ $message }}
@enderror
@error('slug')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
Accepted formats: JPEG, PNG, JPG, GIF, WEBP. Max size: 5MB @error('image')
{{ $message }}
@enderror
Cancel
@push('scripts') @endpush @endsection