@php $procSlug = \Illuminate\Support\Str::slug($processor['name'], '_'); @endphp
{{ $processor['name'] }}
{{-- Sub-tabs: Summary | Details | Profitability --}}
{{-- Summary Tab (loaded by default) --}}
@include('admin.residuals.partials._summary-table', [ 'data' => collect([]), 'totals' => null, 'processor' => $processor['name'], 'yearMonth' => $yearMonth, 'sheetName' => '', 'alphaFilter' => 'ALL', 'hideInactive' => false, ])
{{-- Details Tab (AJAX loaded) --}}
Click to load details...
{{-- Profitability Tab (AJAX loaded) --}}
Click to load profitability data...