@forelse($ranking as $opId => $operation) @push('carousel-indicators')
  • @endpush @push('carousel-content')
    @include('competition.ranking.partials.operation.card-item', [ 'operation' => $operation, 'operationID' => $opId, ])
    @endpush @empty @endforelse
    @stack('carousel-content')
      @stack('carousel-indicators')
    Previous Next