{{-- Actifisys (dnyActifisys) developed by Daniel Brendel (C) 2019 - 2023 by Daniel Brendel Version: 1.0 Contact: dbrendel1988gmailcom GitHub: https://github.com/danielbrendel/ Released under the MIT license --}} @extends('layouts.layout_email') @section('title') {{ __('app.mail_message_received_title') }} @endsection @section('body') {{ __('app.mail_message_received_info') }}

{{ __('app.mail_salutation', ['name' => $name]) }}

{{ __('app.mail_message_received_body') }}


{{ $sender }}:
{{ $message }}


@endsection @section('action') {{ __('app.mail_message_open') }} @endsection