@if(!empty($customer))
@if($customer->card_last_four)
@if(!empty($customer->card_brand))
****
****
****
{{ $customer->card_last_four }}
@if($customer->card_brand == 'Visa')
@elseif($customer->card_brand == 'MasterCard')
 }})
@elseif($customer->card_brand == 'American Express')
 }})
@endif
@endif
@else
@endif
@else
Stripe Not Connected
@endif