@include('include.preloader') @include('include.header')
{{-- Toolbar --}}
Locales
{{-- NUEVO --}}
{{-- Alertas --}} @if (session('success')) @endif {{-- Tabla --}}
@forelse($locales as $l) @empty @endforelse
# 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.
{{-- ============== MODALES ============== --}} {{-- CREAR --}} {{-- EDITAR (tu modal actual) --}} {{-- VER IMAGEN --}} {{-- CONFIRMAR ELIMINACIÓN --}}
@include('include.footer')