@props([ 'name' => 'Untitled', 'last4' => '1234', 'expire_month' => '06', 'expire_year' => '24', 'status' => 'inactive', 'id' => '1234567890', 'hide_status' => false, 'hide_eye' => false, 'placeholder' => false, 'link' => false, ]) @if ($placeholder)
@lang('Issue New Card')
@else
@lang('VISA')

{{ $name }}

@lang('Expires'): {{ $expire_month }}/{{ $expire_year }}

@lang('CVC'): ***

@if (gs('card_provider') === 'stripe')

@lang('Pin'): ****

@endif
**** **** **** {{ $last4 }}
@if (!$hide_eye) @endif
@if (!$hide_status)
{{ ucfirst($status) }}
@endif
@endif @once @push('style') @endpush @endonce