@if (auth()->user()->canSeeUsers())
- Usuarios
@endif
@if (auth()->user()->canSeeCasinos())
- Casinos
@endif
@if (auth()->user()->canSeeWallets())
- Saldo
@endif
@if (auth()->user()->canSeeProoviders())
- Proovedores
@endif
@if (auth()->user()->canSeeStats())
-
Estadísticas
@endif
@if (auth()->user()->canSeeServers())
- Servidores
@endif
Servidor Maestro: @if (auth()->user()->canSeeWallets()) @livewire('master_balance') @endif
{{ auth()->user()->name }}