@extends('adminlte::page') @section('title', 'Del Mercado') @section('content_header')

Banners

@stop @section('content') Nuevo Banner
@if (count($banners) > 0)
@foreach ($banners as $b) @endforeach
Banner Nombre ¿Disponible?  
{{ $b->name }}
{{ $b->available == 0 ? 'No' : 'Si' }}
 Editar
@endif @stop @foreach ($banners as $b) @endforeach @section('css') @stop