@extends('admin.layouts.app') @section('page_title') Edit category @endsection @section('content')
Add a Category
@csrf
@error('name') {{ $message }} @enderror
Cancel
@endsection