{{ __('dashboard.warnings_title') }} @if (count($warnings) > 0) {{ count($warnings) }} @endif

@if (count($warnings) > 0)
@foreach ($warnings as $w)
$w['level'] === 'offline', 'text-warning bg-warning/10' => $w['level'] !== 'offline', ])>
{{ $w['title'] }}
@if ($w['meta'])
{{ $w['meta'] }}
@endif
@if ($w['link']) @endif
@endforeach
@else
{{ __('dashboard.all_clear_title') }}
{{ __('dashboard.all_clear_body') }}
@endif