@if (isset($cartItems) && count($cartItems) > 0)
[{{ $item['period']->periodName }}] {{ $item['course']->name }} | @else{{ $item['course']->name }} | @endif{{ FormattingHelper::price($item['course']->price) }} |
---|---|---|
Courses Fee | {{ FormattingHelper::price($total) }} | |
Discount | {{ FormattingHelper::price($discount ?? 0) }} | |
Total | {{ FormattingHelper::price($total - ($discount ?? 0)) }} |