@if ($user && $services) @guest {{--
--}}
@endguest @auth {{--
--}}
@endauth {{-- {{ $user['firstname'] . ' ' . $user['lastname'] }} --}} @if ($profile_layout == 'default_cover') {{ $user->firstname . ' ' . $user->lastname }} {{ $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

{{ $services_text }}

@if ($services) @foreach ($services as $service) @php if (!preg_match('/^https?:\/\//', $service['payment_link'])) { $service['payment_link'] = 'https://' . $service['payment_link']; } @endphp
 {{ $service->title }}

{{ $service->title }}

@if ($services_price_enabled == true)

${{ $service->price }}

@endif
@endforeach @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.

@endif