@extends('app') @section('titulo', 'Hotspots en Denylist'.' - '.config('app.name')) @section('contenido') @include('recuerda') @foreach ($hotspots as $hot) @endforeach
Nombre Direccion Votar
{{ str_replace("-", " ", $hot->nombre) }} {{$hot->hotspot}}
@endsection @section('scripts') @endsection