@extends('layouts._site.main') @section('title', 'EcoFeminino - Perfil Inspirador') @section('content')
@foreach ($newsBiggestProfile as $new)
{{--

Primeira Dama

--}}
author-profile-picture
{{-- Senior Author --}}

{{ $new->subtitle }}

@if ($new->blocks->isNotEmpty()) @foreach ($new->blocks as $block) @if (!empty($block->texto))

{!! nl2br(e($block->texto)) !!}

@endif @endforeach @endif
@endforeach
@endsection