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

Edit SubSubCategory

Back
@csrf
@error('subcategory_id') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@endsection @push('script') @endpush