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