{{-- Logos --}} @foreach ($entities as $entity) Brasão @endforeach {{-- Dados da lei --}}

{{ $law->lawType->name }} nº {{ $law->number }}/{{ $law->year }}

{{ $law->title }}

{{ $law->menu }}

Publicada em {{ $law->date_publication->translatedFormat('d \d\e F \d\e Y') }}


{{-- Estrutura da lei - SÓ VERSÃO FINAL (sem revogadas) --}} @php function renderStructurePdf($structures, $level = 1) { $sortedStructures = $structures->sortBy(fn($s) => $s->order ?? $s->sort_order ?? 0); echo ''; } renderStructurePdf($law->structures); @endphp

Este texto não substitui o publicado no Diário Oficial em {{ $law->published_officially_at }}

@if (!empty($law->signature))

{{ $title }}, {{ $law->local_date }}

{!! $law->signature !!}
@endif