{{ labels('admin_labels.manage_featured_section_order', 'Manage Featured Section Order') }}

Row Order
Image
Name
@php $i = 0; @endphp @if (!empty($sections)) @foreach ($sections as $row)
{{ $i }}
{{ $row['title'] }}
@php $i++; @endphp @endforeach @endif