@isset($party)

{{ $party->party_name }}

@provisionalBadge($party->provisional)
@can("update_party") @if($party->is_person) @livewire("party.create-party-person-component", ["isEdit" => true,'type'=>'EDIT','showHeightWeight'=>true]) Edit Person @endif @if($party->is_company) @livewire("party.create-party-company-component", ["isEdit" => true,'type'=>'EDIT']) Edit Company @endif @endcan

@if($party->is_person) @else @endif @endisset