@php $rows = $this->recommendations; @endphp @if ($rows->isEmpty())
{{ __('No active recommendations') }}

{{ __('When the analytics tier flags a missing macro, a high-edit-rate macro, a new flow opportunity, or an inbound-intent trend spike, you\'ll see suggestions here.') }}

@else
@foreach ($rows as $row)
{{ str(__($row->type))->replace('_', ' ')->title() }} {{ __('Impact') }}: {{ $row->impactLabel() }}

{{ $row->title }}

{{ $row->body }}
@endforeach
@endif