|
Hi {{$data['user_name']}},
|
|
@php
$address = \App\Models\SiteAddress::with(['state', 'city', 'zip'])->find(1);
@endphp
Thank you for choosing {{\Config::get('app.name')}} as your media advertising partner. Attached is the invoice for your advertisement. Please contact {{\Config::get('app.name')}} at {{$address->contact_phone ?? '240-291-4395'}} to provide payment information. Once the invoice is paid in full, you ad will begin displaying on the "Ad Start Date" arranged. A copy of the invoice is attached for you review.
|
|
Name: {{$data['user_name']}}
|
|
City: {{$data['detail']['bill_city']}}
|
|
State: {{$data['detail']['bill_state']}}
|
|
Zipcode: {{$data['detail']['bill_zip']}}
|
|
Phone: {{$data['user_mobile']}}
|
|
We appreciate your business and thank you.
|
|
Not a member of LabPair.com? Click here to learn more: Join {{\Config::get('app.name')}}
|
@include('email.email-footer-without-more-content')