{{ __('Adicionar nova Obra') }}

{{-- Messagens da session --}} @include('partials.session-message')
{{-- Nome --}}
@if ($errors->has('nome')) {{ $errors->first('nome') }} @endif
{{-- Empresa --}}
{{-- Pessoa --}}
{{-- Cep --}}
@if ($errors->has('cep')) {{ $errors->first('cep') }} @endif
{{-- Endereço --}}
@if ($errors->has('endereco')) {{ $errors->first('endereco') }} @endif
{{-- Número --}}
@if ($errors->has('numero')) {{ $errors->first('numero') }} @endif
{{-- Complemento --}}
@if ($errors->has('complemento')) {{ $errors->first('complemento') }} @endif
{{-- Bairro --}}
@if ($errors->has('bairro')) {{ $errors->first('bairro') }} @endif
{{-- Cidade --}}
@if ($errors->has('cidade')) {{ $errors->first('cidade') }} @endif
{{-- Estado --}}
@if ($errors->has('estado')) {{ $errors->first('estado') }} @endif
{{-- Status --}}
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{-- @TODO: criar mascaras --}}