{{-- @dump($operation->cycleTable); --}}
@foreach($operation->cycleTable as $callcenter => $table)
@include('competition.cycle.partials.operation.cycle-table', [
'position' => $table->ranking . 'ยบ',
'callcenterName' => $callcenter,
'tableContent' => $table,
])
@endforeach