@props([ 'party' => null, 'title' => 'Parte', 'showRoute' => null, 'editRoute' => null, ])
{{ strtoupper($title) }} @if($party && ($showRoute || $editRoute))
@if($showRoute) @endif @if($editRoute) @endif
@endif
@if($party)
{{ $party->display_name }}
{{ $party->client_type === 'pj' ? 'Pessoa Jurídica' : 'Pessoa Física' }}
@if($party->status === 'active') Ativo @else Inativo @endif
@else

{{ $title }} não vinculado(a) a este contrato.

@endif