@extends('layouts.frontendDashboard.master') @section('title', 'Edit Category') @section("body-start")
@endsection @section("content")
{{csrf_field()}} @method('PATCH') {{-- --}}
@error('parent_id') @enderror
@error('name') @enderror
status==1 ? 'checked' : '' }} > status==0 ? 'checked' : '' }} > @error('status') @enderror
@endsection @push('scripts') @endpush