{{-- 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_password_reset_title') }} @endsection @section('body') {{ __('app.mail_salutation', ['name' => $name]) }}

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