@extends('frontend.email.email-master') @section('content')

{{ __('Dear member')}},

{{__('This is an e-mail from')}} {{ config('app.name') }}.

{{-- Content Start --}}

{{ __('Your withdrawal request has been received.')}}

{!! ($details['body']) !!}

{{__('Please allow up-to 5 working days to process')}}.

{{-- Content End --}}

{{__("If you don't recognize this activity, please")}} {{__('reset your login password')}} {{__('and')}} {{__('contact our support')}} {{__('immediately')}}.


@endsection