{{ __('Edição dados so poderar ocoorer até o dia 07/02/2022') }}

Campos com * sao obrigatório

@method('PUT') @csrf
@if($errors->has('tipo'))
{{ $errors->first('tipo') }}
@endif
@if($errors->has('cnes'))
{{ $errors->first('cnes') }}
@endif
cpf}}> @if($errors->has('cpf'))
{{ $errors->first('cpf') }}
@endif
name}}> @if($errors->has('name'))
{{ $errors->first('name') }}
@endif
cep}}> @if($errors->has('cep'))
{{ $errors->first('cep') }}
@endif
logradouro}}> @if($errors->has('logradouro'))
{{ $errors->first('logradouro') }}
@endif
complemento}}> @if($errors->has('complemento'))
{{ $errors->first('complemento') }}
@endif
bairro}}> @if($errors->has('bairro'))
{{ $errors->first('bairro') }}
@endif
localidade}}> @if($errors->has('localidade'))
{{ $errors->first('localidade') }}
@endif
uf}}> @if($errors->has('uf'))
{{ $errors->first('uf') }}
@endif
telefone}} /> @if($errors->has('telefone'))
{{ $errors->first('telefone') }}
@endif
tituloeleitor}}> @if($errors->has('tituloeleitor'))
{{ $errors->first('tituloeleitor') }}
@endif
@if($errors->has('cnpj'))
{{ $errors->first('cnpj') }}
@endif
@if($errors->has('tipo'))
{{ $errors->first('tipo') }}
@endif
@if($errors->has('regiao'))
{{ $errors->first('regiao') }}
@endif
@if($errors->has('registrocc'))
{{ $errors->first('registrocc') }}
@endif
@section('scripts') @stop