@component('mail::message', ['title' => $title ])

Dear {{ $order->client->first_name }},


Thank you for your business!


PO#: @if($order->bo_purchase_order) {{ $order->bo_purchase_order }} @else N/A @endif

Invoice#: {{ $order->getInvoiceDocNum() }}

Shipping method: {{ $order->boShippingType->name }}

Tracking: @if($order->tracking_number) {{ $order->tracking_number }} @else N/A @endif


If you have any questions, comments or you feel this is an error, please do not hesitate to contact our Customer Service Department at (877) 658-9008


Best Regards,

@endcomponent