@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__('Cancellation Reason')}}
{{$cancelled->cancellation_reason}}
{{__('Cancellation Date')}}
{{$cancelled->cancellation_date}}
{{__('Cancellation Time')}}
{{date('h:i',strtotime($cancelled->cancellation_time))}}
{{__('Cancelled By')}}
{{auth()->user()->full_name}}
{{__('Time From')}}
{{date('h:i',strtotime($slot_time->time_from))}}
{{__('Time To')}}
{{date('h:i',strtotime($slot_time->time_to))}}
{{__('Status')}}
{{\Illuminate\Support\Facades\App::getLocale() == 'en' ? ($currentDate <= $users_booking->date? "Coming" : "Expired") : ($currentDate <= $users_booking->date? "قادم" : "منتهي")}}
{{__('Booking Date')}}
{{$users_booking->date}}
{{__('Reservation Record Id')}}
{{$users_booking->reservation_record_id}}
{{__('Type')}}
{{$users_booking->is_online == 1 ? 'Online' : 'Direct'}}
{{__('Zoom Url')}}
{{$url->zoom_url ?? null}}
{{$users_booking->email}}
{{__('Phone')}}
{{$users_booking->phone_number}}
{{__('Consultant Time Slot')}}
--}} {{--{{$slot_time->time_slot_types->description ? $slot_time->time_slot_types->description : "No Data"}}
--}} {{--{{__('Specializations')}}
{{ $Specializations ? ($Specializations->name_.\Illuminate\Support\Facades\App::getLocale() == 'en' ? $Specializations->name_en : $Specializations->name_ar ) : "The Doctor has no specialization"}}
{{__('Has Zoom')}}
{{\Illuminate\Support\Facades\App::getLocale() == 'en' ? ($consultant->has_zoom == 1 ? "The doctor has a zoom" : "The Doctor has no Zoom") : ($consultant->has_zoom == 1 ? "الطبيب لديه زوم" : "الطبيب ليس لديه زوم")}}
{{$user_data ? $user_data->email : "No Data" }}
@else{{__('Phone')}}
{{$user ? ($user->phone_number ? $user->phone_number : "No Data") : "No Data"}}
{{__('Country')}}
{{$user ? ($user->country ? $user->country : "No Data"):"No Data"}}
{{__('Country Code')}}
{{$user ? ($user->country_code ? $user->country_code : "No Data") : "No Data"}}