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

Hi {{$name}},

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

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

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

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