@section('title', $titleContent) @include('admin/includes/header') @section('head') @endsection {{ $titleContent }} @if($type == '2') Todos Seg à Sex Sáb e Dom @endif @isset($s) Buscando por: {{ $s }} @endif Buscar {{-- Atualizar selecionados --}} {{-- Atualizar tudo --}} Nome @if($type == '2') Período de Att. @endif Ult. atualização Ação @foreach($allContents as $content) {{-- --}} {{-- --}} {{ $content->name }} @if($type == '2') {{ $content->period == '1' ? 'Seg à Sex' : ($content->period == '2' ? 'Sáb e Dom' : 'Sem informação') }} @endif {{ date('d/m/Y H:i',strtotime($content->last_update)) }} {{-- --}} @endforeach {{ $allContents->links('vendor.pagination.default') }} @include('admin/includes/footer')