@if(auth()->user()->role=='Super Admin' || auth()->user()->role=='Admin')
Core
Dashboard
@endif @if(auth()->user()->role=='Super Admin' || auth()->user()->role=='Admin')
Admin
User Management
User List
Form Builder
Form List Form Content
Chart Builder
@endif @if(auth()->user()->role=='Super Admin' || auth()->user()->role=='User')
Interface
Data Entry
@foreach($tableMenu as $table) {{$table->name}} @endforeach
@endif
Logged in as:
{{auth()->user()->role}}