@if ($user) @guest
@endguest @auth
@endauth

{{ $exchange_button }}

{{-- form here --}}
@error('firstname')

{{ $message }}

@enderror
@error('lastname')

{{ $message }}

@enderror

Please remind me where we met! ()

@error('we_met_at')

{{ $message }}

@enderror
@if ($contacts)

Contact me

{{-- @if ($user['email']) @endif --}} {{-- Other contact points here --}}
@endif {{-- check if footer is enabled, has custom footer and is basic, gold or platinum --}} {{-- @if ($footer_enabled && $customFooter && in_array($user->user_type, ['Basic', 'Gold', 'Platinum']))

{{ $footer_text }}

@elseif ($footer_enabled && !$customFooter && $default_footer_text && $default_footer_link)

{{ $default_footer_text }}

@elseif ((!$footer_enabled && in_array($user->user_type, ['Basic', 'Gold', 'Platinum'])) || !$footer_enabled)

@else

Get your card today!

@endif --}}
@else

Page not found.

Get your 10k card today!

@endif {{-- @push('scripts') @endpush --}}