@foreach($studyNames as $studyName) @endforeach @foreach($firstCardItems as $index => $firstCardItem) @php // $key ='cost-of-service'; // $currentModalId = $key.'-modal-id'; // $currentModalTitle = $title ; @endphp
@php $columnIndex = 0 ; @endphp {{-- @foreach($studyNames as $index$studyName) --}} @php $firstCardValue = number_unformat($firstCardItems[$index]['value']); $secondCardValue = number_unformat($secondCardItems[$index]['value']); $variance = ($firstCardValue - $secondCardValue); $variancePercentage = $secondCardValue ? (($firstCardValue / $secondCardValue) - 1)*100 : 0 ; $isPercentage = str_contains($firstCardItem['title'],'%'); $prefix = $isPercentage ? ' %' : ''; @endphp
@php $columnIndex++ ; @endphp
@php $columnIndex++ ; @endphp
@php $columnIndex++ ; @endphp
@php $columnIndex++ ; @endphp {{-- @endforeach --}} @endforeach