@extends('layouts.admin-layout') @section('title') Edit Category @endsection @section('content')

Edit Category

Back
@csrf
@error('name') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
@endsection