@extends('layouts.main') @section('content') {{--Notification modal--}}
{{--Address modal--}}Please fill the form below to add a shipping address
Product
Price (Total)
{{$item->qty}}x {{$item->name}}
@if($item->attrib)
( {{rtrim(trim($item->attrib->value), ",")}} )
@endif
₦
{{ transform_product_price($item->price,1)}} @else{{ transform_product_price($item->price, Auth::user()->currency->rate)}} {{Auth::user()->currency->currency}}
@endif @endifSubtotal
Delivery
__
Grand Total
₦ __
@else__ {{Auth::user()->currency->currency}}
@endif @endif