@include('user.partials.flash_messages')
@if($user->stripe_card_id)
@if (str_contains($user->card_type, 'Visa'))
@elseif(str_contains($user->card_type, 'UnionPay'))
@elseif(str_contains($user->card_type, 'Discover'))
@elseif(str_contains($user->card_type, 'Japan'))
@elseif(str_contains($user->card_type, 'MasterCard'))
@elseif(str_contains($user->card_type, 'Mastercard'))
@elseif(str_contains($user->card_type, 'American'))
@else
@endif
*************{{ $user->card }}
{{ $user->exp_month }}/{{ $user->exp_year }}
@else
@endif
@if($user->membership_id)
@else
@endif
@error('user_type')
@enderror
@error('country_id')
@enderror
@error('state_id')
@enderror
@error('city_id')
@enderror