@extends('layout') @section('title') Banners @endsection @section('content') @include('flashs')
@foreach($banners as $b) @endforeach
ID Descrição
{{ $b['id'] }} {{ $b['descricao'] }}
@csrf
@endsection @section('customjs') @endsection