{{-- Toolbar --}}
{{-- Alertas --}}
@if (session('success'))
Locales
{{-- NUEVO --}}
{{ session('success') }}
@endif
{{-- Tabla --}}
| # | Direccion | Telefono | Correo | Horario | Link (iframe como texto) | Imagen | Acciones |
|---|---|---|---|---|---|---|---|
| {{ $l->id }} | {{ $l->direccion }} | {{ $l->telefono }} | {{ $l->correo }} | {{ $l->horario }} |
{{ $l->link }}
|
@if ($l->foto) @else — @endif | {{-- Editar --}} {{-- Eliminar --}} |
| No hay registros. | |||||||