@extends('layout.master', ['headerTitle' => 'Add Category']) @section('style') @endsection @section('body')

Add Category

@csrf
@error('name'){{$message}}@enderror
@endsection @push('scripts') @endpush