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