@extends('backend.layouts.blit') @section('content')

@if ($banners->isEmpty())
Nenhum registro encontrado.
Adicione um novo registro para visualizar aqui.
@else @include('backend.banners.table') @endif
@endsection