@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) @endcomponent @endslot {{-- Body --}}

Dear {{ $adminName }},

Payment received successfully for invoice #{{ $invoiceNo }} ..!

Payment Date : {{ $receivedDate }}

Received Payment Amount : {{ $receivedAmount }}


This is a confirmation that amount has been successfully received.

View Payment History
{{-- Footer --}} @slot('footer') @component('mail::footer')
© {{ date('Y') }} {{ getAppName() }}.
@endcomponent @endslot @endcomponent