Discounted / Coupons / GiftCard Transactions
@foreach($discounted_coupon as $discount) @endforeach
Order Number Branch Discount Type Actual Cost Discount Amount Deducted Amount Paid
#{{$discount->order_id}} {{$discount->branch}} {{$discount->type}} {{empty($app->currency) ? "GHS" : $app->currency}}{{$discount->total_cost_order}} {!!$discount->type == "Percentage" ? $discount->discount ."%" : $app->currency.$discount->discount!!} {{empty($app->currency) ? "GHS" : $app->currency}}@convert($discount->amount_deducted) {{empty($app->currency) ? "GHS" : $app->currency}}@convert($discount->amount_paid)