@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) @endcomponent @endslot @php $styleCss = 'style'; @endphp {{-- 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