@if (session()->has('message')) @endif @if (session()->has('error')) @endif
@forelse($banners as $banner) @empty @endforelse
Orden Imagen Título Botones Estado Acciones
{{ $banner->orden }} {{ $banner->titulo }} @if($banner->subtitulo)
{{ Str::limit($banner->subtitulo, 40) }} @endif
{{ $banner->btn1_texto }} @if($banner->tiene_btn_secundario) {{ $banner->btn2_texto }} @endif
{{ $banner->activo ? 'Activo' : 'Inactivo' }}
Desktop Mobile
No hay banners registrados
{{ $banners->links() }}
@if($showModal) @endif