@component('mail::message') # {{ $greeting }} An invoice has been generated for your recent subscription. **Invoice #:** {{ $invoiceNumber }} **Amount:** ${{ number_format($amount, 2) }} **Due Date:** {{ $dueDate }} Please review the attached invoice and process payment according to your payment terms. @if(isset($paymentInstructions)) ## Payment Instructions {!! $paymentInstructions !!} @endif Thank you for your business! @component('mail::button', ['url' => $url]) View Invoice Online @endcomponent Regards, {{ config('app.name') }} @endcomponent