@if ($ads_top->count() > 0 && $event->ad_active)
@if ($ad_banner_w && $ad_banner_h)
@endif
@push('scripts') @endpush @endif @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 ($event->event_type === 'Photo') --}} @if ($event->event_poster && $event->poster_active) {{ $event->title }} @endif
@if ($videos && in_array($user->user_type, ['Basic', 'Gold', 'Sponsored', 'Influencer', 'Platinum']))
{{-- --}}
@endif @if ($event->title_active)

{{ $event->title }}

@endif @if ($event->start_datetime)

  {{ \Carbon\Carbon::parse($event->start_datetime)->format('M j, Y') }}

@endif @if ($event->description)
{!! Purifier::clean($event->description) !!}
@endif {{--
{!! Purifier::clean($event->description) !!}
--}} {{-- Small Button --}} {{-- {{ $event->button_title }} --}} @if ($event->button_link) @endif {{-- @if ($event->optional_cta) --}} @php $validCtas = array_filter((array) $event->optional_cta, function ($cta) { return !empty($cta['title']) || !empty($cta['link']); }); @endphp @if (count($validCtas) > 0)
@foreach ($event->optional_cta as $cta) {{ $cta['title'] }} @endforeach
@endif {{-- Partner Link --}} @if ($event->partner_link) @endif {{-- Shopping Cart --}} @if ($event->shop_active) @if ($event->shop_link) @endif @if (!$event->shop_link && $products->isNotEmpty()) @endif @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 @case('amazon_shop') @break @endswitch @endif @endforeach {{-- Partner Link --}} @if ($event->partner_link) @endif {{-- Shopping Cart --}} @if ($event->shop_active) @if ($event->shop_link) @endif @if (!$event->shop_link && $products->isNotEmpty()) @endif @endif
@endif {{-- Direction Links --}} @if (in_array($user['user_type'], ['Basic', 'Gold', 'Platinum', 'Influencer', 'Sponsored'])) @if ($directions)

Driving Directions

@foreach ($directions as $direction) @if ($direction['type'] == 'google_map') @elseif($direction['type'] == 'apple_map') @elseif($direction['type'] == 'waze') @endif @endforeach
@endif @endif {{-- PAY WITH PAYPAL --}} {{--
--}}
@if ($ads_bottom->count() > 0 && $event->ad_active)
@if ($ad_banner_w && $ad_banner_h) {{--
--}}
{{-- --}}
@endif {{-- @if ($ads_bottom->count() > 1)
@endif --}}
@push('scripts') @endpush @endif