@extends('layouts._site.main') @section('title', 'Ecofemenino - Artigos de Notícias') @section('content') @if ($section === 'editorial')
@foreach ($articleEditorial as $article)
author-profile-picture

{{ $article->subtitle }}

{!! nl2br(e($article->description)) !!}

@endForeach
@endif @if ($section === 'debate') @endif @if ($section === 'direitos') @endif @if ($section === 'internacional') @endif @endsection