Discount: @if($order->discount_amount != '') @if($order->discount_type == 1) {!! \AppHelper::instance()->moneyFormat(( $order->total) * ($order->discount_amount /100)) !!} @else $ {{ $order->discount_amount }} @endif @else none @endif