@extends('layouts.app') @section('content')
Create Category

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