@extends("layouts.dashboard.app") @section("page-nav-title")

Check Categories Status

@endsection @section("content")

Create New Category

@csrf
@error("start_check_status")
{{$message}}
@enderror
@error("end_check_status")
{{$message}}
@enderror

@endsection @section("scripts") @endsection