@extends('emails.layouts.email-layout-invoice') @section('content')
Thank you for the payment
Attached is the payment confirmation for your records
 
Dear {{$username}},

Thank you for the payment, we really appreciate your business. Attached is a signed copy for your records. Please contact me if you have any questions.
Thanks,

@if(@$organization->name) {{ $organization->name }}
@endif @if(@$organization->street_address){{ $organization->street_address }}
@endif @if(@$organization->city || @$organization->zip || @$organization->state){{ $organization->city.', '.$organization->state.', '.$organization->zip }}
@endif @if(@$organization->country) {{ $organization->country }}
@endif @if(@$organization->email) {{ $organization->email }}
@endif @if(@$organization->phone) {{ $organization->phone }}
@endif
 
 
Signed Co...pdf
Note: Please do not reply to this message. The email cannot accept any incoming email.
 
@endsection