@if(!empty($row->appointment->status))
{{ \App\Models\Appointment::ALL_STATUS[$row->appointment->status] }}
@else
{{ __('messages.common.n/a') }}
@endif