{{ $noticias->chapeu }}
@endifParlamentares Relacionados
@foreach ($noticias->peoples as $vereador) {{ $vereador->name }}{{ !$loop->last ? ',' : '' }} @endforeach
@extends('layouts.master') @section('title', $noticias->title) @section('content')
{{ $noticias->chapeu }}
@endif@foreach ($noticias->peoples as $vereador) {{ $vereador->name }}{{ !$loop->last ? ',' : '' }} @endforeach