@if(isset($get_card_data) && !empty($get_card_data))
edit icon
{{$client->name}}
{{(isset($get_card_data['CardNumber']))? $get_card_data['CardNumber']:"" }} Exp. {{ $get_card_data['ExpMonth'] ?? ''}}{{ (isset($get_card_data['ExpMonth']) && !empty($get_card_data['ExpMonth'])) ? '/':'' }}{{ $get_card_data['ExpYear']?? ''}}

Credit card to hold your appointment

@else
Add your Credit Card

Add valid payment to hold this appointment.

@endif