@extends('mail.template') @section('title', 'Order Received') @section('subtitle', 'Thank you for your sample order!') @section('content')

Order Confirmation

We received your sample order, {{ $customer->customer_name }}!

As soon as your order has been shipped, we will let you know via email

View your sample order summary in your account

Shipping Address

Recipient Name
{{ $address->address_name }}
Address Line 1
{{ $address->street }}
City
{{ $address->city }}
State
{{ $address->state }}
Zipcode
{{ $address->zipcode }}

Thank you for your preference!

@endsection @section('footer-text', 'This order confirmation was sent by PermShield. For any questions, please contact our support team.')