@extends('templates.prefeitura1.layout') @section('content')

{{$pages->titulo}}

@php $vereadores = \App\Vereador::all(); @endphp @foreach( $vereadores as $vereador)
{{$vereador->name}}

{{$vereador->name}}.

@endforeach

GESTÃO À VISTA DE TODOS

@foreach($links as $link) @endforeach
@endsection @section('post-script') @endsection