@extends('layouts.admin') @section('title', 'Create Category') @section('page-title', 'Create Category') @section('content') Create New Category @csrf Name * @error('name') {{ $message }} @enderror Slug @error('slug') {{ $message }} @enderror Description {{ old('description') }} @error('description') {{ $message }} @enderror Category Image Accepted formats: JPEG, PNG, JPG, GIF, WEBP. Max size: 5MB @error('image') {{ $message }} @enderror Create Category Cancel @push('scripts') @endpush @endsection