@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 {{--

{{ $button_title }}

--}}

{{ $event_text }}

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

{{ $event->title }}

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

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

{{ $event->title }}

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

@endforeach @endif