debug the reports
This commit is contained in:
@@ -336,4 +336,9 @@ class AccidentReceiptController extends Controller
|
||||
|
||||
return $this->successResponse();
|
||||
}
|
||||
|
||||
public function accidentTypes(): JsonResponse
|
||||
{
|
||||
return $this->successResponse(DailyAccidentSettings::query()->where('type', 'accident_type')->get());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user