@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')}}
{{$cancelled->cancellation_time}}
{{__('Cancelled By')}}
{{$userCancelled ? ($userCancelled->full_name == null ? "No Name": $userCancelled->full_name) : null}}
{{__('Time From')}}
{{$slot_time->time_from}}
{{__('Time To')}}
{{$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 ? $url->zoom_url : null}}
{{__('Meeting Id')}}
{{$url ? $url->meeting_id : null}}
{{__('Doctor Time Slot')}}
{{$slot_time->time_slot_types->description ? $slot_time->time_slot_types->description : "No Data"}}
{{$users_booking->email}}
{{__('Phone')}}
{{$users_booking->phone_number}}
{{__('Doctor 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' ? ($doctor->has_zoom == 1 ? "The doctor has a zoom" : "The Doctor has no Zoom") : ($doctor->has_zoom == 1 ? "الطبيب لديه زوم" : "الطبيب ليس لديه زوم")}}
{{__('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"}}