add country activity report

This commit is contained in:
2025-03-02 10:55:03 +03:30
parent a65ec5e2bd
commit b31ea8bba2
3 changed files with 89 additions and 2 deletions

View File

@@ -331,4 +331,5 @@ Route::prefix('safety_and_privacy')
Route::get('/third_step_store', 'thirdStepStore')->name('thirdStepStore')->middleware('permission:add-safety-and-privacy');
Route::get('/{safetyAndPrivacy}', 'show')->name('show');
Route::get('/{safetyAndPrivacy}', 'destroy')->name('destroy')->middleware('permission:delete-safety-and-privacy');
Route::get('/deserialize/{safetyAndPrivacy}', 'deserialize')->name('deserialize');
});