@extends('layout.default') @section('content') @section('page_toolbar') Back @endsection @if ($errors->any())
No. | Product | Price |
---|---|---|
{{ $loop->iteration }} | {!! $detail->title !!}
@if($detail->sub!='')
{!! $detail->sub !!} @endif |
{!! $detail->amount==0?'Free':'£'.number_format($detail->amount,2) !!}
@if($detail->sub_price!=0)
+ £{{ number_format($detail->sub_price,2) }} @endif |
Total Amount : | £ {{ number_format($order->total_amount,2) }} | |
Coupon Used : | {{ $order->discount_coupon }} | |
Discount Amount : @if($order->discount_coupon!=NULL) [ Coupon Used : {{ $order->discount_coupon }}] @endif | £ {{ number_format($order->discount,2) }} | |
Shipping Amount : | £ {{ number_format($order->shipping_amount,2) }} | |
VAT @ 20% : | £ {{ number_format($order->tax,2) }} | |
Grand Amount : | £ {{ number_format($order->grand_total,2) }} |