{{ __('Upload Excel files to import records. Use the sample templates to ensure correct data format.') }}
@foreach([
['type' => 'students', 'title' => 'Students', 'icon' => 'fa-users', 'color' => 'text-blue-500'],
['type' => 'classes', 'title' => 'Classes', 'icon' => 'fa-graduation-cap', 'color' => 'text-green-500'],
['type' => 'destinations', 'title' => 'Destinations', 'icon' => 'fa-map-marker-alt', 'color' => 'text-red-500'],
['type' => 'banks', 'title' => 'Bank Accounts', 'icon' => 'fa-university', 'color' => 'text-indigo-500']
] as $item)
{{ $item['title'] }}
@endforeach