@extends('layouts.master') @section('pagetitle') Add Category @endsection @section('title') Add Category @endsection @section('content')
@csrf
@error('name')
{{ $message }}
@enderror

@endsection @section('script') @endsection