@isset($destinations)

Explore Your Global Horizons: Study in Top Destinations

@php $transformArray = [80, 40, 80]; $flipperDirectionArray = ['to-left', 'to-top', 'to-right', 'to-left', 'to-bottom', 'to-bottom']; @endphp
@foreach ($destinations as $index => $destination) @php $transformIndex = $index % count($transformArray); $directionIndex = $index % count($flipperDirectionArray); @endphp

{{ str()->limit($destination->short_description, 250) }}

Study in {{ $destination->title }}
@endforeach
@endisset