@guest
@endguest @auth
@endauth {{-- Display Profile Picture --}} {{-- cover photo --}} @if ($profile_layout == 'default_cover') {{ $user->firstname . ' ' . $user->lastname }} {{ $user->firstname . ' ' . $user->lastname }} @endif {{-- Cover Only --}} @if ($profile_layout == 'cover_only') {{ $user->firstname . ' ' . $user->lastname }} @endif {{-- circled profile pic --}} @if ($profile_layout == 'default') {{ $user->firstname . ' ' . $user->lastname }} @endif {{-- rounded profile pic --}} @if ($profile_layout == 'rounded') {{ $user->firstname . ' ' . $user->lastname }} @endif {{-- full width profile pic --}} @if ($profile_layout == 'full_width') {{ $user->firstname . ' ' . $user->lastname }} @endif {{-- Display Full Name --}} {{--

{{ isset($card_title) ? $card_title : $firstname . ' ' . $lastname }} @if ($user->user_type == 'Gold') @elseif($user->user_type == 'Platinum') @endif

--}} {{-- @if ($username_enabled == true)

{{ '@' . $user->username }}

@endif --}} {{-- Display Bio --}} {{-- @if ($user->bio && $short_bio_enabled == true)

{{ $user->bio }}

@endif --}} {{-- Display Job Title --}} {{-- @if (!empty($user->job_title) && empty($user->company))

{{ $user->job_title }}

@endif --}} {{-- Display Job Title and company --}} {{-- @if (!empty($user->job_title) && !empty($user->company))

{{ $user->job_title }} @if (!empty($user->company_website)) at {{ $user->company }} @else at {{ $user->company }} @endif

@endif --}} {{-- @if (($user->address || $user->country) && $display_country)

@endif --}} @if ($zoom_page_title)

{{ $zoom_page_title }}

@endif @if ($replays)
@foreach ($replays as $button) {{ $button['title'] }} {{-- {{ $button['title'] }} --}} @endforeach
@endif {{-- @if ($contacts && $event->contact_active)

Contact me

@foreach ($contacts as $contact) @if ($contact_settings[$contact->id] ?? false) @switch($contact->type) @case('sms') @break @case('phone') @break @case('email') @break @case('whatsapp') @break @case('telegram') @break @case('zoom') @break @case('wechat') @break @case('zalo') @break @endswitch @endif @endforeach
@endif --}}