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,11 +27,6 @@ class FormOtherController extends Controller
{
$this->checkAuthorization(auth()->user(), ['forms.other.view']);
// get user role
$role = auth()->user()->getRoleNames()[0];
$forms = null;
// get user role
$role = auth()->user()->getRoleNames()[0];
$forms = FormOthers::get();