%PDF- %PDF-
| Direktori : /www/loslex/test/resources/views/emails/registration/ |
| Current File : /www/loslex/test/resources/views/emails/registration/payment-en.blade.php |
<x-mail::message>
# Information about your payment for contest {{ $registration->contest->contestname }}
@if($registration->paid)
We successfully received your payment.
@else
Your payment status was set as **Not Paid**. For more information, please contact us (you can reply to this mail).
@endif
Thanks,
{{ $registration->contest->organizer_group->name }}
<x-mail::button :url="route('contest.show', [$registration->contest->id])">
Info about the contest
</x-mail::button>
<x-mail::button :url="route('registration.show', [$registration->id])">
Your registration
</x-mail::button>
</x-mail::message>