@if (!empty($data) && count($data) > 0)
Executive Name
Submissions
% Flagged
Anomaly
Action
@foreach ($data as $row)
{{ $row->feName ?? '-' }}
{{ $row->submissionCount ?? 0 }}
{{ $row->flaggedPercent ?? 0 }}%
{{ $row->commonAnomalyCount ?? 0 }}
View
@endforeach
@else
No data available
@endif