@csrf @php $pendingdocument = [ 'file_deed_number' => 'Escritura inválida ou ausente', 'file_cib' => 'CIB/NIRF inválido ou ausente', 'file_proof_of_residence' => 'Comprovante de residência inválido ou ausente', 'updated_property_registration' => 'Matrícula da propriedade inválida ou ausente', 'encumbrance_certificate' => 'Certidão de Ônus inválida ou ausente', 'power_of_attorney' => 'Procuração inválida ou ausente', 'itr_debt_clearance_certificate' => 'Certidão negativa do ITR inválida ou ausente', 'thirty_year_certificate' => 'Certidão trintenária inválida ou ausente', 'ibama_negative_certificate' => 'Certidão negativa do IBAMA inválida ou ausente', 'images' => 'Imagens inválida ou ausente', 'incomplete_address' => 'Endereço incompleto ou inválido', 'invalid_coordinates' => 'Coordenadas inválidas ou ausentes', ]; @endphp
Problemas encontrados

Marque os problemas ou pendências encontrados nesta propriedade:

@foreach ($pendingdocument as $input => $description)
@endforeach