@if(getActiveProfileType() == 'User') {{ __('Your contacts') }} @else {{ __('Contacts')}} @endif
@livewire('side-post', [ 'type' => 'SiteContents\Contacts' ?? null, 'random' => false, 'fallbackTitle' => '', 'fallbackDescription' => '' ])
@livewire('contacts')