@extends('masterpage.masterpage') @section ('content')

Eleitores

@if(Session::has('flash_message'))
Alerta!
{{ Session::get('flash_message')}}
@endif @if(Session::has('error'))
Alert!
{{ Session::get('error')}}
@endif

Lista


@stop @section('scripts') @stop