@lang('menu.para_current_status_report') @lang('menu.para_current_status_report') {{-- Test --}}
from : '' }}" name="from" class="form-control fdatepicker" id="from" required autocomplete="off" placeholder="Select from date" required>
to : '' }}" name="to" class="form-control fdatepicker" autocomplete="off" required placeholder="Select from date" id="to" required>

@forelse($reports as $key => $report) @php $count = 0; @endphp @foreach($report->groupBy('from_year') as $keys => $department) @if($count == 0) @else @endif @php $count = $count + 1; @endphp @endforeach @empty @endforelse
Department Financial Year Total Audit Para Submited Compliance Completed Audit Para Pending Audit Para
{{ $key }} {{ $keys }} {{ $department->sum('sub_unit') }} {{ $department->sum('submit_compliance') }} {{ $department->sum('completed_sub_unit') }} {{ $department->sum('pending_sub_unit') }}
{{ $keys }} {{ $department->sum('sub_unit') }} {{ $department->sum('submit_compliance') }} {{ $department->sum('completed_sub_unit') }} {{ $department->sum('pending_sub_unit') }}
No Data Found