Discounted Transactions
@foreach($discounted_coupon as $discount) @endforeach
OrderNo. Outlet Type Total Cost Discount %/{{empty($app->currency) ? "GHS" : $app->currency}} Discounted Amount Amount Paid
#{{$discount->order_id}} {{$discount->branch}} {{$discount->type}} {{empty($app->currency) ? "GHS" : $app->currency}}@convert($total_cost = $discount->amount_paid+$discount->amount_deducted) {!!$discount->type == "Percentage" ? (($discount->amount_deducted/$total_cost)*100) ."%" : $currency .$discount->discount!!} {{empty($app->currency) ? "GHS" : $app->currency}}@convert($discount->amount_deducted) {{empty($app->currency) ? "GHS" : $app->currency}}@convert($discount->amount_paid)