@extends('layouts.master') @section('title', $peoples->name) @section('content')

{{$peoples->name}}


Perfil

{{$peoples->name}}
@if($peoples->image) @endif
Descrição
{!! $peoples->description !!}
CONSULTAR REALIZAÇÕES
Indicações - {{ $peoples->name }} Moção - {{$peoples->name}} Requerimentos - {{$peoples->name}} Projeto de Lei - {{$peoples->name}}

Notícias

@foreach($notices as $key=>$reg) @endforeach
{!! $notices->render() !!}
@endsection