@extends('layouts/contentNavbarLayout') @section('title', 'Create Category') @section('page-script') @endsection @section('content')

Category / Create

Profile Details
@csrf
@error('title')
{{$message}}
@enderror
Cancel
@endsection