@extends('admin.layouts.app') @section('content')
Create Category
@csrf
@error('category_name') {{ $message }} @enderror
@endsection