%PDF- %PDF-
| Direktori : /www/loslex/demo/resources/views/emails/registration/ |
| Current File : //www/loslex/demo/resources/views/emails/registration/payment-cs.blade.php |
<x-mail::message>
# Informace o tvé platbě do závodu {{ $registration->contest->contestname }}
@if($registration->paid)
Úspěšně jsme přijali tvou platbu do závodu.
Děkujeme,
{{ $registration->contest->organizer_group->name }}
@else
Stav tvojí platby byl nastaven jako **Nezaplaceno**, pro bližší informace nás prosím kontaktuj (můžeš např. odpovědět na tento email)
S pozdravem,
{{ $registration->contest->organizer_group->name }}
@endif
<x-mail::button :url="route('contest.show', [$registration->contest->id])">
Informace o závodě
</x-mail::button>
<x-mail::button :url="route('registration.show', [$registration->id])">
Tvá registrace
</x-mail::button>
</x-mail::message>