@if(isset($get_card_data) && !empty($get_card_data) && ($client->is_new_guest==0 || $type==1))
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.

@php $is_credit_card = 0; if ($client->is_new_guest == 1 && isset($get_card_data) && !empty($get_card_data)) { $is_credit_card = $client->is_new_guest; } @endphp @endif