@extends('layouts.admin')
@section('title', 'Create Category')
@section('content')
Create Category
Add a new business category with SVG icon
- Use SVG format for scalability
- Maximum file size: 512 KB
- Recommended size: 256x256 px
- Use simple, clear designs
- Include appropriate colors
- Ensure proper proportions
@push('scripts')
@endpush
@endsection