@extends('layouts.digitar') @section('Breadcrumbs') {!! Breadcrumbs::render('documents.show') !!} @endsection @section('content') @php $standaloneLegalOption = isset($document) ? $document->advices->first(function ($advice) { return empty($advice->to_id) && $advice->hasLegalOpinion(); }) : null; $hasStandaloneLegalOption = !empty($standaloneLegalOption); @endphp
Voltar
@if (isset($document))

PEDIDO DE PARECERES

@if ($standaloneLegalOption) @endif @include('documents.tramites_table')
@endif
@endsection