@extends('mail.template') @section('content')
{{-- {{print_r($sale)}} --}}
As soon as your order has been shipped, we will let you know via email
| Sample | Price Unit | Quant | Total | |
|---|---|---|---|---|
@if (count($product->productData->images) > 0)
@endif
|
{{ $product->productData->product_title }} @if ($product->product_variations) @if (count(json_decode($product->product_variations)) > 0) @foreach (json_decode($product->product_variations) as $variation) {!! $variation !!} @endforeach @endif @endif |
U$ 0.00 | 1 | U$ 0.00 |
{{ $address->address_name }}
Address Line 1: {{ $address->street }},
City: {{ $address->city }},
State: {{ $address->state }}
Zipcode: {{ $address->zipcode }}
Thank you for your preference!
@endsection