@if (isset($ajax) && $ajax) @php $initials_na = 0; $initials = 0; $in_progress = 0; $completed = 0; $time_extended = 0; $total = 0; @endphp @foreach($data as $dt) @php $initials_na = $initials_na + $dt->initials_na; $initials = $initials + $dt->initials; $in_progress = $in_progress + $dt->in_progress; $completed = $completed + $dt->completed; $time_extended = $time_extended + $dt->time_extended; $total = $total + $dt->total; @endphp
| SL. | Department Name | Initial(N/A) | Initial | In Progress | {{--Out Of Schedule | --}}Completed | Extended Time | Total | {{--Dev Partner Exist | --}} {{--Dev Partner Not Exist | --}}
|---|