@foreach($banners as $key => $b)
@if($b->produto_id) {{ $b->produto->nome }}

R$ {{ __moeda($b->produto->valor_delivery) }}

@endif

{{ $b->descricao }}

@if($b->produto_id) COMPRAR AGORA @endif
@endforeach @section('js') @endsection