@extends('layouts.default_layout') @section('stylesheet') @endsection @section('content')
Delete | Image | Product | Price | Quantity | Total |
---|---|---|---|---|---|
{{ $row->name }} | Tk {{ $row->price }} | Tk {{ $row->subtotal }} |
ENTER YOUR COUPON CODE IF YOU HAVE ONE.
@if(Session::get('coupon_status')) {!! Session::get('coupon_status') !!} @endifSubtotal
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') }}