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

PARECERES

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