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

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

{{ __('app.mail_activity_canceled_body', ['title' => $activity->title, 'name' => $owner->name]) }}

{{ ((strlen($activity->cancelReason) > 0) ? $activity->cancelReason : __('app.no_reason_specified')) }}

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