| Order Number: | {{'#' . $order_info->order_number}} |
|---|---|
| Course Name: | {{$order_info->course->title}} |
| Purchase Date: | {{$order_info->created_at->format('d-m-Y')}} |
| Payment Method: | {{$order_info->payment_method}} |
| Payment Status: | {{$order_info->payment_status}} |
| Course Price: | {{$bse->base_currency_symbol_position == 'left' ? $bse->base_currency_text : ''}} {{$order_info->current_price}} {{$bse->base_currency_symbol_position == 'right' ? $bse->base_currency_text : ''}} |