{{config('app.name')}}
Hotspots
Hotspots Desbaneados
@guest
Registrar Hotspot
@endguest
@guest
Acceder
@endguest @auth @php //SI TIENE ALEATORIOS $user_id = Auth::id(); $aleatorio = \App\Models\Hotspot::whereDoesntHave('votos', function($query) use ($user_id){ $query->where('de_hotspot', $user_id); }) ->where('id', '!=', Auth::id()) ->where('activo','1') ->where('finalizado','0') ->inRandomOrder() ->limit(5) ->count(); @endphp
@if($aleatorio == 0 && Auth::user()->activo == 1)
@else
@endif @if(Auth::user()->activo == 1)
@else
@endif {{Auth::user()->nombre}} @if($aleatorio == 0 && Auth::user()->activo == 1)
@else @endif
Salir
@endauth
@include('alertas') @yield('contenido') @include('footer')
@yield('scripts')