{{$row->vcard->name}} {{ $row->name }} {{ $row->email }} @if($row->phone) {{ $row->phone }} @else {{'N/A'}} @endif
{{ getUserSettingValue('time_format',getLogInUserId()) == 1 ? date("H:i", strtotime($row->from_time)).' - '.date("H:i", strtotime($row->to_time)): date("h:i A", strtotime($row->from_time)).' - '.date("h:i A", strtotime($row->to_time))}}
{{ \Carbon\Carbon::parse($row->date)->format('jS M, Y') }}
@if ($row->status == \App\Models\ScheduleAppointment::COMPLETED) {{__('messages.common.completed')}} @else {{__('messages.common.pending')}} @endif {{----}} {{-- {{ $row->to_time }}--}} {{----}} @if($row->paid_amount) {{__('messages.appointment.paid').' '.$row->paid_amount}} @else {{__('messages.appointment.free')}} @endif