added statistic cards

This commit is contained in:
Jagad R R
2025-01-01 23:59:49 +07:00
parent 1882e7a442
commit d305fa179e
9 changed files with 147 additions and 25 deletions
@@ -27,7 +27,6 @@ class FormUpCountryController extends Controller
{
$this->checkAuthorization(auth()->user(), ['forms.country.view']);
// get user role
$role = auth()->user()->getRoleNames()[0];
$forms = FormUpCountry::get();