{{ __('frontstaticword.Courses') }} | {{ __('frontstaticword.Instructor') }} | {{ __('frontstaticword.Currency') }} | @if($orders->coupon_discount != 0)Coupon Discount | @endif{{ __('frontstaticword.Total') }} |
---|---|---|---|---|
@if($orders->course_id != NULL) {{ $orders->courses['title'] }} @else {{ $orders->bundle['title'] }} @endif | {{ $orders->courses->user['email'] }} | {{ $orders['currency'] }} | @if($orders->coupon_discount != 0)(-) {{ $orders['coupon_discount'] }} | @endif@if($orders->coupon_discount == !NULL) {{ $orders['total_amount'] - $orders['coupon_discount'] }} @else {{ $orders['total_amount'] }} @endif |