{{ __('frontstaticword.Courses') }} | {{ __('frontstaticword.Instructor') }} | {{ __('frontstaticword.Currency') }} | @if($orders->coupon_discount != 0)Coupon Discount | @endif{{ __('frontstaticword.Total') }} | ||
---|---|---|---|---|---|---|
{{ $orders->courses['title'] }} | {{ $orders->courses->user['email'] }} | @else{{ $orders->bundle['title'] }} | {{ $orders->bundle->user['email'] }} | @endif{{ $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 |