- Order From: {!! $uname !!}
- Email: {!! $uemail !!}
- Phone: {!! $uphone !!}
- Delivery To: {!! $name !!}
- Phone: {!! $phone !!}
- Address: {!! $address !!}
- Street: {!! $street !!}
- PIN: {!! $pin !!}
- State: {!! $state !!}
- Country: {!! $country !!}
- Product Details:
@foreach ($productDetails as $product)
-
Name: {!! $product['name'] !!},
Price: {!! $product['price'] !!},
Quantity : {!!$product['quantity']!!}
@endforeach
- Total Price: {!! $totalPrice !!}