added statistic cards
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user