@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$consultant->first_name }},
@endcomponent
@component('emails.common.p')
This email is to serve as a confirmation that we have provided you with a refund under the following details.
@endcomponent
@component('emails.common.p')
Payment Type: Card/Wallet
Wallet Number: {{ $consultant->mobile }}
Amount: {{ number_format($refund->amount,2) }}
@endcomponent
@component('emails.common.p')
Refund Breakdown:
Refund: {{ number_format($refund->amount,2) }}
Transfer fees: -
Net Refund: {{ number_format($refund->amount,2) }}
@endcomponent
@component('emails.common.p')
On behalf of the entire Empower team thank you for your custom.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.secondary_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')