@extends('backend.app') @section('title', 'Create Category') @section('content')
Add New Category
@csrf
@error('name')
{{ $message }}
@enderror
Cancel
@endsection