@extends('masterpage.masterpage') @section('content') Liderança @if(Session::has('message')) × Alerta! {{ Session::get('message')}} @endif @if(Session::has('error')) × Alert! {{ Session::get('error')}} @endif Cadastro @if(Session::has('message')) × {{ Session::get('message') }} @endif @if(Session::has('error')) × {{ Session::get('error') }} @endif Nome Whatsapp E-mail Cartão SUS Link Facebook Link Instagram Senha Confirmar senhas @if (Auth::user()->perfil == 1) Perfil Administrador Liderança @else Liderança @endif Meta cadastros liderança Meta cadastros eleitores CEP Buscar Endereço Número Complemento Bairro Cidade @stop @section('scripts') @stop