@extends('adminlte::page') @section('title', 'Add Category') @section('content_header')

Add Category

@stop @section('content')
@csrf
@error('name') {{ $message }} @enderror
Back
@stop