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