Dashboard
-
Dashboard
@if(auth()->guard('admin')->user()->type == 1)
-
CMS Management
-
Advertisement
@endif
-
Users
@if(auth()->guard('admin')->user()->type == 1)
-
Agents
-
Contact Us
@endif
-
Games
@if(auth()->guard('admin')->user()->type == 1)
-
Category
@endif
@if(auth()->guard('admin')->user()->type != 1)
-
TICKETS
@endif
-
{{-- Settings --}}