@component('mail::layout', ["company" => $company])
{{-- @component('mail::header', ['image' => AssetS3('/assets/image/invited.png')])

CONGRATULATION

You're Invited

@endcomponent --}}

You have received a {{$company["name"]}} Online Order order_no:"https://slymanbros.slymanmedia.com/my-orders/edit/".$order->order_no}}" target="_blank">#{{$order->order_no}}

Name  

:   {{$order->bill_name}}

Email  

:   {{$order->bill_email}}

@if ($order->company_name)

Company  

:   {{$order->company_name}}

@endif

Phone Number  

:   {{$order->bill_phone_number}}

Location  

:   {{$order->bill_address}}

{{--

Store  

:   {{$order->store->store_name}}

--}}

Product List :

{{-- --}} {{-- --}} @foreach ($cart as $product) {{-- --}} {{-- --}} @endforeach {{-- --}}
Product Description QtyInstall WarrantySubtotal
{{$product['sku']}} {{$product['product_name']}} {{$product['quantity']}} @php $installs = explode("@#@", $product["install_name"]); @endphp @foreach($installs as $install) {{"-".$install}}
@endforeach
@php $warranties = explode("@#@", $product["warranty_name"]); @endphp @foreach($warranties as $warranty) {{"-".$warranty}}
@endforeach
{{$product["subtotal_price"]}}
{{$order->total}}
@endcomponent