@foreach ($over_under_budget_dept_array as $key => $value)
@php
$gaugeCount += 1;
@endphp
@foreach ($value as $row_key => $val)
@endforeach
@if($gaugeCount == 4)
@php
$gaugeCount = 0;
@endphp
@endif
@endforeach
{{$key}}
There is no data to show based on the selected criteria.
@endif