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

{{ __('messages.mail.hello') }} {{ $toName }}

Your Withdrawal Request of amount {{ currencyFormat($amount,2) }} is Rejected.

@if(!empty($rejectionNote))

Reason :

{{ $rejectionNote }}

@endif

Thanks & Regards,

{{ getAppName() }}

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