%PDF- %PDF-
| Direktori : /www/loslex/demo/resources/views/emails/registration/ |
| Current File : //www/loslex/demo/resources/views/emails/registration/deleted-en.blade.php |
<x-mail::message>
# Your registration for contest {{ $registration->contest->contestname }} was deleted
@switch($deletionReason)
@case(\App\Enums\RegistrationDeletionReason::USER)
The registration was deleted
@break
@case(\App\Enums\RegistrationDeletionReason::CONTEST_DELETED)
Your registration to the contest was deleted because the entire contest was cancelled. For more information, please contact us (you can reply to this mail).
@break
@case(\App\Enums\RegistrationDeletionReason::CONTEST_DELETED)
Your registration to the contest was deleted by us (an organizer). For more information, please contact us (you can reply to this mail).
@break
@endswitch
<x-mail::button :url="route('contest.show', [$registration->contest->id])">
Info about the contest
</x-mail::button>
</x-mail::message>