@foreach ([
['label' => 'System Configuration', 'status' => 'success'],
['label' => 'Database Migration Structure', 'status' => 'success'],
['label' => 'Environment Configuration', 'status' => 'success'],
['label' => 'Global Helper Functions', 'status' => 'success'],
['label' => 'Error Handling', 'status' => 'success'],
['label' => 'Logging System', 'status' => 'success'],
['label' => 'Base / Guest / Auth / Admin Layouts', 'status' => 'success'],
['label' => 'Bootstrap 5.3 UI Foundation', 'status' => 'success'],
['label' => 'Theme System (light + dark + system)', 'status' => 'success'],
['label' => 'Responsive Layout', 'status' => 'success'],
['label' => 'Common & Navigation Components','status' => 'success'],
] as $item)
{{ $item['label'] }}
{{ __('Production ready') }}
{{ __('Done') }}
@endforeach