@extends('layouts.email') @section('content')

We recently received your payment and wish to thank you for your business.

For your records we have attached a receipt of the payment received.

{{ $invoice->user->name }}

{{ $invoice->invoiceTemplate()->exists() ? ($invoice->invoiceTemplate->business ? $invoice->invoiceTemplate->business->name : $invoice->invoiceTemplate->name) : '' }}

{{--Footer: Powered by Basetax--}} @if($invoice->user && $invoice->user->setting && !$invoice->user->setting->invoices_remove_footer) @include('emails.footer.footer-powered-by-basetax') @endif @endsection