@extends('website.layouts.app') @section('content') @include('website.components.profile.section-heading') @if(empty(auth('web')->user()->entry_pass ?? null)) @include('website.components.profile.section-claim') @else @include('website.components.profile.section-entry-pass') @endif @if (!empty(auth('web')->user()->exclusive ?? null)) @include('website.components.profile.section-voucher') @endif @endsection