@extends('layouts.bootstrap') @section('title', 'Create Category') @section('header')

Create Category

Back to Categories @endsection @section('content')
Category Information
@csrf
@error('name')
{{ $message }}
@enderror
Choose a unique name for this category.
Cancel
@endsection