@extends('layouts._site.main') @section('title', 'Ecofemenino - Notícias') @section('content') @php $show = $section ?? 'politica'; @endphp @if ($show === 'politica')
@foreach ($noticePolitic as $new) @endforeach
{{-- row --}}
{{ $noticePolitic->links() }}
@endif @if ($show === 'economia')
@foreach ($noticeEconomy as $new) @endforeach
{{-- row --}}
{{ $noticeEconomy->links() }}
@endif @if ($show === 'sociedade')
@foreach ($noticeSociety as $new) @endforeach
{{-- row --}}
{{ $noticeSociety->links() }}
@endif {{-- @if ($show === 'internacional')

Coluna Internacional

@foreach ($noticeInternational as $new) @endforeach
@endif --}} @endsection