@section('title') Banners @stop @section('content-header') Banners @stop @section('breadcrumb')
  • Banners
  • @stop @section('content')
    @if($banners->isEmpty())

    Não existem banners

    @else

    Arraste as imagens para reordenar

      {{--
    • --}} @foreach ($banners as $imagem) @include('admin.banners.partials.image', compact($imagem)) @endforeach
    @endif
    @stop @section('plugins') {{ HTML::script('assets/vendor/html.sortable/dist/html.sortable.min.js')}} @stop @section('modals') @include('admin.banners.partials.modal_edit') @stop @section('scripts') @stop