{{-- 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_user_participated_title') }} @endsection @section('body') {{ __('app.mail_user_participated_info') }}

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

{!! __('app.mail_user_participated_body', ['name' => $participant->name, 'id' => $participant->id]) !!}

{{ $activity->title }}:
{{ $activity->description }}

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