@extends('frontend.email.email-master') @section('content')
{{ __('Dear member')}},
{{__('This is an e-mail from')}} {{ config('app.name') }}.
{!! ($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