{!! csrf_field() !!}
@if ($errors->has('uf_fiscalizacao')) {{ $errors->first('uf_fiscalizacao') }} @endif
@if ($errors->has('municipio_fiscalizacao')) {{ $errors->first('municipio_fiscalizacao') }} @endif
@if ($errors->has('cnpj')) {{ $errors->first('cnpj') }} @endif

@if ($errors->has('nome')) {{ $errors->first('nome') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('phone_secundario')) {{ $errors->first('phone_secundario') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('cep')) {{ $errors->first('cep') }} @endif
@if ($errors->has('logradouro')) {{ $errors->first('logradouro') }} @endif
@if ($errors->has('numero')) {{ $errors->first('numero') }} @endif
@if ($errors->has('complemento')) {{ $errors->first('complemento') }} @endif
@if ($errors->has('bairro')) {{ $errors->first('bairro') }} @endif
@if ($errors->has('cidade')) {{ $errors->first('cidade') }} @endif
@if ($errors->has('uf')) {{ $errors->first('uf') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
Ja tenho cadastro