@push('style') @endpush
{{ $offer->translations->first()->name }}
{{ Str::limit($offer->translations->first()->description, 80) }}...
{{ $pool->translations->first()->name }}
{{ Str::limit($pool->translations->first()->description, 80) }}...
{{ $gym->translations->first()->name }}
{{ Str::limit($gym->translations->first()->description, 80) }}...
{{ $restaurant->translations->first()->name }}
{{ Str::limit($restaurant->translations->first()->description, 80) }}...
{{ $vipguest->translations->first()->name }}