{{ $v['holder_name'] }}
@foreach($cards as $k => $v)
{{__('sellBusinessCards.card_holder_name')}}
{{ $v['holder_name'] }}
{{__('sellBusinessCards.expiry_date')}}
{{ isset($v['exp_month']) && $v['exp_month'] ? General::decrypt($v['exp_month']).'/' : ''}}{{ isset($v['exp_year']) && $v['exp_year'] ? General::decrypt($v['exp_year']) : ''}}