@include('email.template-three.header')

Hello, {{$name}}


{{__(' Your currency withdrawal is rejected.')}}

{{__('Here is the reason')}}

{!! $reason ?? '' !!}

@include('email.template-three.footer')