@php $noOfRounds = $rounds->count(); @endphp
@include('include.rounds', [ 'create' => $create, 'rounds' => $rounds ]) @for ($key = 0; $key < 4 - $noOfRounds; $key++)
@include('include.add-default-round', [ 'round_no' => $noOfRounds + $key + 1, 'newKey' => $noOfRounds + $key, ])
@endfor