@if ($row->appointment->payment_status == 0)
{{__('messages.appointment.pending')}}
@else
{{ __('messages.common.confirm') }}
@endif