{{-- Countdown --}}
@if($event->enable_countdown)
@php
$eventCountdownTimes = $event->getCountdownTimes();
@endphp
@if(!empty($eventCountdownTimes))
@php
$eventCountdownTimesString = time2string($eventCountdownTimes);
@endphp
@if($event->countdown_time_reference == "sales_end_date")
{{ trans('update.sales_ends_in') }}
@else
{{ trans('update.event_starts_on') }}
@endif
@endif
@endif
{{-- Guaranty Text --}}
@if(!empty(getOthersPersonalizationSettings('show_guarantee_text')) and !empty(getGuarantyTextSettings("event_guaranty_text")))
{{ trans('update.this_event_includes') }}
@if($event->certificate)
{{ trans('public.certificate') }}
@endif
@if($event->support)
{{ trans('update.provider_support') }}
@endif
@if(!empty($event->start_date))
{{ trans('public.add_to_calendar') }}
@endif
{{ trans('public.share') }}