@extends('admin.layout') @section('content')

Manage Category

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