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

Hello, {{$name}}

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

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

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

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