@if(count($orderItems) > 0)
{{__('Author')}} | {{__('Details')}} | {{__('Price')}} | {{__('Order Id')}} | {{__('Type')}} | {{__('Status')}} | {{__('Action')}} |
---|---|---|---|---|---|---|
{{ @$orderItem->consultationSlot->user->$relation->full_name }}{{ @$orderItem->consultationSlot->user->$relation->full_namee }} {{ @$orderItem->consultationSlot->user->$relation->professional_title }} @if(get_instructor_ranking_level(@$orderItem->consultationSlot->user->badges)) | {{ get_instructor_ranking_level(@$orderItem->consultationSlot->user->badges) }} @endif ![]() |
Date : {{ @$orderItem->bookingHistory->date }}Time : {{ @$orderItem->bookingHistory->time }}Duration : {{ @$orderItem->bookingHistory->duration }} |
@if($orderItem->unit_price > 0) @if(get_currency_placement() == 'after') {{ $orderItem->unit_price }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $orderItem->unit_price }} @endif @else {{ __('Free') }} @endif | {{@$orderItem->order->order_number}} | @if(@$orderItem->bookingHistory->type == 1) {{ __('In Person') }} @elseif(@$orderItem->bookingHistory->type == 2) {{ __('Online') }} @endif | @if(@$orderItem->bookingHistory->status == 1) {{ __('Approved') }} @elseif(@$orderItem->bookingHistory->status == 2) {{ __('Cancelled') }} @elseif(@$orderItem->bookingHistory->status == 3) {{ __('Completed') }} @else {{ __('Pending') }} @endif |
|
@if(@$orderItem->bookingHistory->type == 1)
{{ __('Instructor Details') }}{{ __('Name') }}: {{ @$orderItem->bookingHistory->instructorUser->instructor->full_name }}{{ __('Email') }}: {{ @$orderItem->bookingHistory->instructorUser->email }}{{ __('Phone Number') }}: {{ @$orderItem->bookingHistory->instructorUser->instructor->phone_number }}{{ __('How to Join The Call?') }}{{ __('If you want to join online call. You need to join below meeting host.') }}
@if(@$orderItem->bookingHistory->meeting_host_name == 'zoom')
Join Now@elseif(@$orderItem->bookingHistory->meeting_host_name == 'bbb')Join Now@elseif(@$orderItem->bookingHistory->meeting_host_name == 'jitsi')Join Now@elseif(@$orderItem->bookingHistory->meeting_host_name == 'gmeet')Join Now@elseif(@$orderItem->bookingHistory->meeting_host_name == 'agora')Join Now@endif |
||||||
{{ __('Cancel Reason?') }}{{ @$orderItem->bookingHistory->cancel_reason }} |