@include('include.homepagesidebar')
@csrf

Choose Address

{{$user->name}}

{{$user->address}}, {{$user->address2}}, {{$user->landmark}}, {{$user->city}}, {{$user->pincode}}
{{$user->mobile}}


Change Address

Payment

{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@if($total<499) @else @endif @php $maintotal=$total+$shipping; $totaltax=0; @endphp @foreach($tax as $t) @php $totaltax+=($maintotal*$t->rate/100); @endphp @endforeach

Price Details

@php $maintotal=$total+$shipping; $totaltax=0; @endphp @foreach($tax as $t) @php $totaltax+=($maintotal*$t->rate/100); @endphp @endforeach
Price ({{count($cart)}} item) Rs {{number_format($total,2)}}
Discount Rs 0.00
Shipping Rs {{$shipping}}
{{$t->taxName}} Rs {{$maintotal*$t->rate/100}}
Total ({{count($cart)}} item) Rs {{ number_format($total+$shipping+$totaltax,2)}}