@extends('adminlte::page') @section('title_postfix', ' - Imagens > Site') @section('content_header')

Imagens — Site

@stop @section('content')
{{--
--}} {{--

Lista de Imagens

--}} {{--
--}}
@if(sizeof($headers) === 0)
Nenhum registo encontrado. Verifique o ficheiro de configuracoes.
@endif @foreach($headers as $header) @php $header_banners = []; @endphp @foreach($banners as $banner) @if($banner->category === $header->name) @php array_push($header_banners, $banner) @endphp @endif @endforeach @foreach($header_banners as $banner) @if($banner->category === $header->name) @endif @endforeach @endforeach

{{ $header->name }} ({{ $header->limit }})

@if(sizeof($header_banners) !== $header->limit) @endif

{{ $banner->title }}

{{ $banner->description }}

 Editar  Apagar

{{ $banner->title }}
@stop @section('css') @endsection @section('js') @endsection