@if(count($insights) > 0) {{-- Section header --}}

{{ __('Actionable Insights') }}

{{-- Cards grid: 2x2 on desktop, horizontal scroll on mobile --}}
@foreach($insights as $insight)
@endforeach
@else {{-- Empty state --}}

{{ __("Everything's looking great!") }}

{{ __('No actions needed right now.') }}

@endif