@extends('adminlte::page') @section('title', " $title ") @section('content')

+ ADICIONAR NOVO BANNER {!! $count !!}

@csrf
@include('app.includes.alerts')
@foreach ($banners as $banner) @endforeach
Data Titlulo Subtitulo Editar Excluir
{{ date("d/m/Y", strtotime($banner->created_at)) }} {{ $banner->title }} {{ $banner->subtitle }} @if( !isset($banner->image) ) Sem Imagem definida @else image}") }}" class="img-thumbnail img-fluid shadow" alt="{{ $banner->title }}" style="max-width: 110px;"> @endif
@csrf @method('DELETE')
{{-- Paginação --}} {{ $banners->links() }}
@stop