@php use App\Enum\AwardTypeEnum; @endphp
{{-- ══════════════════════════════════ SECTION HEADER ══════════════════════════════════ --}}
{{-- Left: eyebrow + heading --}}
{{ __('homepage.highlights_of_excellence') }}

Achievements & Awards

{{ __('homepage.achivement_description') }}

{{-- Right: Tab switcher --}}
{{-- ══════════════════════════════════ ACHIEVEMENTS PANEL ══════════════════════════════════ --}}
{{-- Scrollable track --}}
@foreach ($achivements as $achivement) {{-- FIX 1: Replaced
wrapper with a direct
so the JS cards() selector (querySelectorAll('article, .slider-card')) picks them up correctly — and added fixed width + scroll-snap-align to match the awards panel behaviour. --}}

{{ app()->getLocale() == 'en' ? $achivement['title_en'] : $achivement['title_np'] }}

{{ app()->getLocale() == 'en' ? $achivement['short_description_en'] : $achivement['short_description_np'] }}

@endforeach
{{-- Nav — updated to rounded-full secondary style --}}
{{-- ══════════════════════════════════ AWARDS PANEL ══════════════════════════════════ --}}
@push('scripts') @endpush