#{!! $appointment->id !!}
{!! $appointment->user->name !!}
{!! isset($appointment->user->custom_fields['phone']) ? $appointment->user->custom_fields['phone']['view'] : "" !!}
{!! $appointment->deliveryAddress ? $appointment->deliveryAddress->address : '' !!}
{!! $appointment->created_at !!}
{!! $appointment->appointmentStatus->status !!}
{{trans('lang.yes')}}
@else{{trans('lang.appointment_canceled')}}
@endif{!! isset($appointment->payment) ? $appointment->payment->method : '' !!}
{!! isset($appointment->payment) ? $appointment->payment->status : trans('lang.appointment_not_paid') !!}
{!! $appointment->updated_at !!}
{!! $appointment->doctorAppointments[0]->doctor->clinic->name !!}
@endif{!! $appointment->doctorAppointments[0]->doctor->clinic->address !!}
@endif{!! $appointment->doctorAppointments[0]->doctor->clinic->phone !!}
@endif{!! $appointment->driver->name !!}
@else{{trans('lang.appointment_driver_not_assigned')}}
@endif{!! $appointment->hint !!}
{!! $appointment->tax !!}
--}} {{--