@if ($user && $sale_page) @if ($ads_top->count() > 0)
@if ($ad_banner_w && $ad_banner_h)
@endif
@push('scripts') @endpush @endif @guest
@endguest @auth
@endauth

{{ $sale_page->title }}

{{ $sale_page->description }}

{{-- Gallery --}} @if ($image_count > 0)
@endif @if ($videos)
@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 {{-- @if ($payments)

Payment links

@foreach ($payments as $payment) @if ($payment['type'] === 'credit') @elseif($payment['type'] == 'zelle') @elseif($payment['type'] == 'apple_pay') @elseif($payment['type'] == 'venmo') @elseif($payment['type'] == 'cashapp') @elseif($payment['type'] == 'paypal_email') @elseif($payment['type'] == 'paypal_link') @endif @endforeach
@endif --}}
{{-- @push('scripts') @endpush --}} @if ($ads_bottom->count() > 0)
@if ($ad_banner_w && $ad_banner_h)
@endif
@push('scripts') @endpush @endif
@else

Event not found

@endif