@component('mail::layout') @php $content = (object) $content; $base = str_replace("pos", "api",url("/")); @endphp Slymanbros Order Receipt #{{$order_no}} {{-- --}}
Slymanbros - Logo

Receipt from Slyman Bross Appliance

Track order Track Your Order {{--

This order is being sent via USPS and should take 3-5 business days to arrive

--}}
@php $add = explode(",", $content->order->ship_address) @endphp

Shipping To

{{$content->order->ship_name}}

{{$content->order->ship_email}}

{{trim($add[0]." ".$add[1])}}

{{trim(($add[2] == null?"":$add[2].",").trim(($add[3] == null || $add[3] == "null"?"":$add[3].",")).",".$add[4].",".$add[5])}}

{{$content->order->ship_phone_number}}

Billed To

{{$content->order->customer_name}}

{{--
Card ************** 4884
--}}

Order Date

{{$content->order->transaction_date}}

Order No.

#{{$order_no}}

@foreach($content->product as $item) @php $item = (object) $item @endphp @foreach($item->install as $i) @php $i = (object) $i @endphp @endforeach @foreach($item->warranty as $i) @php $i = (object) $i @endphp @endforeach @endforeach
Item Shipped Qty Price
image}}" alt="Product" style="max-width: 50px; max-height: 50px; float: left; margin-right: 20px;">

{{$item->brand_name." ".$item->product_name}}

{{$item->quantity}} ${{number_format($item->price, 2)}}
Product

{{$i->install_name}}

- ${{number_format($i->install_price, 2)}}
Product

{{$i->name}}

- ${{number_format($i->price, 2)}}

Item Subtotal

{{"$".$content->order->subtotal}}

Delivery

{{$content->order->delivery_charge > 0?$content->order->delivery_charge:"FREE"}}

Estimated Sales Tax

{{$content->order->tax_price > 0?"$".number_format($content->order->tax_price, 2):"FREE"}}

Total

{{"$".number_format($content->order->total, 2)}}

Call us at 636-223-5555 or reply to this email
{{-- --}} {{-- --}}
Slymanbros - Logo
Facebook Linkedin Instagram Twitter Terms of Service

© 1965 - 2021 Slyman Bros Appliances. All Rights Reserved.
If you prefer not to receive emails like this from Slyman Bros, you may unsubscribe.

@endcomponent