@if ($flippable && $authCheck)
@endif
except('class') }} id="{{ $element_id }}_front" @if ($flippable && $authCheck) x-on:click="flipped = true" x-show="!flipped" @endif data-bg-color="{{ $bgColor }}" data-bg-opacity="{{ $bgColorOpacity / 100 }}" data-bg-image="{{ $bgImage }}" class="transform ring-0 @if ($flippable && $authCheck) hover:shadow-xl @endif shadow-md relative @if ($links) cursor-pointer @endif select-none border-0 dark:border-gray-300 border-gray-600 max-w-md mx-auto grid items-start grid-cols-1 gap-5 p-3 md:p-4 rounded-2xl bgColor_{{ $element_id }} textColor_{{ $element_id }} bg-fixed bg-center bg-cover bg-no-repeat overflow-hidden {{ $attributes->get('class') }}"> @if ($isExpired)
{{ trans('common.expired') }}
@endif
@if ($customLink) @endif @if ($icon) @endif @if (!$flippable && $links) @endif @if ($logo) {{ parse_attr($contentHead) }} @else {{ $contentHead }} @endif @if (!$flippable) @endif
@if ($flippable || $authCheck)
{{ trans('common.balance') }}
@if ($authCheck)
@if ($showBalance)
{{ $balance }}
@else
-
@endif
@else {{ trans('common.log_in') }} @endif @endif @if (!$authCheck && !$flippable)
@endif

{{ $contentTitle }}

{{ $contentDescription }}
@if ($authCheck && $showQr && !$isExpired) @else
@endif
{{ trans('common.identifier') }}
{{ $identifier }}
{{ trans('common.expiration_date') }}
 
@if ($flippable && $authCheck)
@if ($isExpired)
{{ trans('common.expired') }}
@endif
{{ $identifier }}
{{ auth('member')->user()->unique_identifier }}
@if($isExpired)
@else @endif
@endif