@extends('layouts.default_layout') @section('stylesheet') @endsection @section('content')
Image | Product | Price | Quantity | Total |
---|---|---|---|---|
{{ $row->name }} | Tk {{ $row->price }} | {{ $row->qty }} | Tk {{ $row->subtotal }} |
Subtotal
Tk {{ Cart::subtotal() }}
Delivery charge
Tk {{ $deliveryCharge }}
TOTAL Discount
Tk {{ filter_var(Cart::subtotal(), FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_FRACTION) - Session::get('total_price') + $deliveryCharge }}
TOTAL
Tk {{ Session::get('total_price') }}
If you have shopped with us before, please enter your details in the boxes below. If you are a new customer please proceed to the Billing & Shipping section.
--}} {{----}} {{--