@foreach($systems as $index => $system)
@php
$iconPalette = $iconBackgrounds[$index % count($iconBackgrounds)];
$description = $systemDescriptions[$index % count($systemDescriptions)];
@endphp
{{ $system->name_ar }}
{{ $description }}
الدخول إلى النظام
نظام {{ $index + 1 }} من {{ $systemCount }}
@endforeach