{{-- Solution alternative : wrapper avec AOS, contenu sans AOS --}}
@if($this->timeRemaining['expired']) {{-- Événement expiré --}}
Événement terminé
@else {{-- Layout par défaut (premier exemple) --}} @if($layout === 'default')
{{ $this->timeRemaining['days'] }}
{{ $this->timeRemaining['hours'] }}
{{ $this->timeRemaining['minutes'] }}
{{ $this->timeRemaining['seconds'] }}
@endif {{-- Layout alternatif (deuxième exemple) --}} @if($layout === 'with-button')
{{ $this->timeRemaining['days'] }}
{{ $this->timeRemaining['hours'] }}
{{ $this->timeRemaining['minutes'] }}
{{ $this->timeRemaining['seconds'] }}
{{ $slot ?? '' }}
@endif @endif