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

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

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

{{-- Content Start --}}

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

{{-- Content End --}}

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

@endsection