@csrf
@if($errors->has('tipo'))
{{ $errors->first('tipo') }}
@endif
@if($errors->has('cnes'))
{{ $errors->first('cnes') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
@if($errors->has('cpf'))
{{ $errors->first('cpf') }}
@endif
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('cep'))
{{ $errors->first('cep') }}
@endif
@if($errors->has('logradouro'))
{{ $errors->first('logradouro') }}
@endif
@if($errors->has('complemento'))
{{ $errors->first('complemento') }}
@endif
@if($errors->has('bairro'))
{{ $errors->first('bairro') }}
@endif
@if($errors->has('localidade'))
{{ $errors->first('localidade') }}
@endif
@if($errors->has('uf'))
{{ $errors->first('uf') }}
@endif
@if($errors->has('telefone'))
{{ $errors->first('telefone') }}
@endif
@if($errors->has('tituloeleitor'))
{{ $errors->first('tituloeleitor') }}
@endif
@if($errors->has('cnpj'))
{{ $errors->first('cnpj') }}
@endif
@if($errors->has('tipo'))
{{ $errors->first('tipo') }}
@endif
Clique para ver as Descrição das regiões @if($errors->has('regiao'))
{{ $errors->first('regiao') }}
@endif
@if($errors->has('registrocc'))
{{ $errors->first('registrocc') }}
@endif
@section('scripts') @stop