@component('mail::layout', ["company" => $company])
CONGRATULATION
Name
: {{$order->bill_name}}
: {{$order->bill_email}}
Company
: {{$order->company_name}}
Phone Number
: {{$order->bill_phone_number}}
Location
: {{$order->bill_address}}
Store
: {{$order->store->store_name}}
Product List :
Product | Description | Qty | {{--Install | Warranty | --}} {{--Subtotal | --}}
{{$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}} |