File manager - Edit - /var/www/html/spdc/api/resources/views/scriptures/interdiction.blade.php
Back
@extends('scriptures.partials.layout') @section('scripture-title', 'AUTO DE INTERDIÇÃO') @section('scripture-main') <p class="text-right font-16"><strong>Nº {{ isset($occurrency_code) ? $occurrency_code : ' - ' }}</strong></p> <div class="mt-5"> <table class="table"> <tbody> <tr> <td>Tipo de interdição: <strong>{{ isset($ban_type) ? $ban_type : ' - ' }}</strong></td> <td>Área:<strong>{{ isset($area) ? $area : ' - ' }}</strong> </td> </tr> </tbody> </table> </div> <section class="mt-5"> <p class="text-justify">Nos termos da Lei nº 2.087 de 23 de janeiro de 2009 do município de Angra dos Reis e do Artigo 8º, Inciso VII da Lei Federal nº 12.608 de 10 de abril de 2012, por ter sido constatada a existência de indícios de ameaça à integridade física de pessoas e bens, vem através do presente, INTERDITAR o(a) <strong>{{ isset($place) ? $place : ' - ' }}</strong> situado no(a) <strong>{{ isset($address) ? $address : ' - ' }}</strong>.</p> <p class="text-justify">Este auto de Interdição é parte integrante do Registro de Ocorrência (RO) <strong>Nº {{ isset($occurrency_code) ? $occurrency_code : ' - ' }}</strong>, que detalha o local vistoriado e o motivo da interdição, ora efetivada de forma <strong>{{ isset($implementation_type) ? $implementation_type : ' - ' }}</strong>.</p> <p class="mt-10 text-justify"> <strong>Observação:</strong>{{ isset($notes) ? $notes : ' Não houveram observações. ' }} </p> <p class="mt-10"> Responsável pela interdição: <strong>{{ isset($responsable_name) ? $responsable_name : ' - ' }}</strong> (Matrícula: {{ isset($responsable_registration) ? $responsable_registration : ' - ' }}) </p> <p class="mt-10 text-justify"><em>Fica o morador ciente de que a Administração Pública Municipal não se responsabiliza pela conservação e vigilância do imóvel interditado, cabendo ao proprietário provê-las. Ciente ainda de que qualquer obra necessária a desinterdição do imóvel deverá possuir o devido respaldo técnico.<em></p> @if(!empty($family_composition)) <p class="mt-10">A <strong>Composição Familiar</strong> encontra-se no <strong>Anexo I</strong>.</p> @endif <p class="mt-5 text-center">Angra dos Reis, {{ isset($date) ? $date : ' - ' }}.</p> </section> @if(!empty($family_composition)) <div class="page-break-after"></div> <section> <h3 class="text-center">ANEXO I</h3> <h4 class="text-center mt-5">Composição Familiar</h4> <table class="table mt-5"> <thead> <tr> <th>Nome</th> <th>Idade</th> </tr> </thead> <tbody> @foreach ($family_composition as $person) <tr> <td>{{ isset($person['name']) ? $person['name'] : ' - ' }}</td> <td>{{ isset($person['age']) ? $person['age'] : ' - ' }}</td> </tr> @endforeach </tbody> </table> </section> @endif @endsection @section('scripture-signature') <section class="mt-5 text-center"> <img height="80px" src="data:image/png;base64,{{ $base64Signature }}" alt="Assinatura de ciência"> <p>Nome: <strong>{{ isset($signature_name) ? $signature_name : ' - ' }}</strong></p> <p>Documento: <strong>{{ isset($signature_document) ? $signature_document : ' - ' }}</strong></p> <p>Ciente em {{ isset($signature_date) ? $signature_date : ' - ' }}</p> </section> @endsection @section('scripture-footer') @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings