@csrf {{-- Add New Person UI --}} @include('components.livewire.people.partials.father-new') {{-- Select Existing Person UI --}} @include('components.livewire.people.partials.person-existing')
@if (auth()->user()->currentTeam->personal_team) @include('components.livewire.people.partials.caution-personal-team') @endif