@lang('managementtools::lang.executive_brief_title') - {{ $business->name }}

@lang('managementtools::lang.date'): {{ $date }}

@php $summary = $data['executive_summary'] ?? []; @endphp @if(!empty($summary))

{{ $summary['headline'] ?? '' }}

{{ $summary['opening'] ?? '' }}

@if(!empty($summary['highlights']))

@lang('managementtools::lang.summary_highlights')

@endif @if(!empty($summary['concerns']))

@lang('managementtools::lang.summary_concerns')

@endif
@endif @foreach($data['kpis'] as $key => $val) @php $cmp = $data['kpi_comparisons'][$key] ?? null; @endphp @endforeach
@lang('managementtools::lang.metric') @lang('managementtools::lang.actual') @lang('managementtools::lang.vs_previous_period')
{{ __('managementtools::lang.' . $key) }} {{ is_numeric($val) ? number_format((float) $val, 2) : $val }} @if($cmp) @if(($cmp['direction'] ?? 'flat') === 'flat') @lang('managementtools::lang.no_change') @else {{ ($cmp['delta_pct'] ?? 0) > 0 ? '+' : '' }}{{ number_format((float) ($cmp['delta_pct'] ?? 0), 1) }}% @endif @else — @endif
@if(!empty($data['alerts']))

@lang('managementtools::lang.executive_alert_center')

@endif @if(!empty($data['drilldown']))

@lang('managementtools::lang.board_drilldown_section')

@foreach($data['drilldown'] as $tabKey => $section)

{{ $data['drilldown_labels'][$tabKey] ?? $tabKey }}

@if(!empty($section['top_items'])) @endif @endforeach @endif

@lang('managementtools::lang.open_executive_cockpit')