{{ __('Version') }} 1.0 — {{ now()->format('d/m/Y') }}
{{ __('These terms apply to every event organiser who sells tickets via :platform. By activating paid registration for an event, you accept these terms.', ['platform' => $platform]) }}
{{ __(':platform charges a service fee of €:fee per ticket sold. This fee covers payment processing, platform costs and customer support.', ['platform' => $platform, 'fee' => number_format($fee, 2, ',', '.')]) }}
{{ __('Ticket revenue is collected via Mollie and transferred to the bank account (IBAN) you provide per event. Payouts are processed within 5 business days after the event date. :platform reserves the right to withhold payment in case of disputes, chargebacks or violations of these terms.', ['platform' => $platform]) }}
{{ __('When you delete an event, :platform automatically issues full refunds to all paid buyers via Mollie. You will receive a confirmation email with a breakdown of the refunds processed.', ['platform' => $platform]) }}
{{ __('Attendee names and e-mail addresses collected during registration are processed in accordance with the :platform privacy policy and may be downloaded as CSV by the organiser for event management purposes only.', ['platform' => $platform]) }}
{{ __(':platform is not liable for cancellations, acts of god, technical failures of third-party payment providers, or any other circumstances outside its direct control. :platform\'s liability is in all cases limited to the service fees collected for the relevant event.', ['platform' => $platform]) }}
{{ __(':platform may update these terms. Organisers will be notified at least 14 days before changes take effect. Continued use of the ticket sales feature constitutes acceptance of the new terms.', ['platform' => $platform]) }}