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

Create New Category

Back to List

New Category

@csrf
@error('name')
{{ $message }}
@enderror
Cancel
@endsection