{{-- @dump($operation->cycleTable); --}}
@foreach($operation->cycleTable as $callcenter => $table)
@include('competition.cycle.partials.operation.cycle-table', [
'position' => $table->ranking . 'ยบ',
'callcenterName' => $callcenter,
'tableContent' => $table,
'rowColor' => $loop->iteration == 1 ? 'success' :
($loop->iteration == 2 ? 'warning' :
($loop->iteration == 1 ? 'danger' : 'primary')
),
])
@endforeach