@component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
@endcomponent
@endslot
{{-- Body --}}
Payment Date : {{ $receivedDate }}
Received Payment Amount : {{ $receivedAmount }}
This is a confirmation that amount has been successfully received.