@forelse ($cumulativeProgresses as $index => $cumulativeProgress) @php $number = ($cumulativeProgresses->currentPage() - 1) * $cumulativeProgresses->perPage() + $index + 1; @endphp @empty @endforelse
# Service Name Service Category Planning Work Duration Planning Start Date Planning End Date Planning Quantity Unit Type Actual Work Duration Actual Start Date Actual End Date Actual Quantity Actual Quantity(%) Planning(%) Actual(%)
{{ $number }} {{ $cumulativeProgress->service_name }} {{ $cumulativeProgress->service_category_name }} {{ $cumulativeProgress->planning_work_duration_in_days }} Days {{ format_date($cumulativeProgress->planning_start_date) }} {{ format_date($cumulativeProgress->planning_end_date) }} {{ $cumulativeProgress->planning_quantity }} {{ $cumulativeProgress->unit_type_name }} {{ $cumulativeProgress->actual_work_duration_in_days }} Days {{ format_date($cumulativeProgress->actual_start_date) }} {{ format_date($cumulativeProgress->actual_end_date) }} {{ $cumulativeProgress->actual_quantity }} {{ $cumulativeProgress->quantity_percentage }} % {{ $cumulativeProgress->planning_percentage }} % {{ $cumulativeProgress->actual_percentage }} %
No Cumulative Progress Data.
Planning Total Work Duration : {{ $planningTotalWorkDuration ? $planningTotalWorkDuration : 0 }} Days | Planning Start Date : {{ format_date($planningStartDate) }} | Planning End Date : {{ format_date($planningEndDate) }} | Actual Total Work Duration : {{ $actualTotalWorkDuration ? $actualTotalWorkDuration : 0 }} Days | Actual Start Date : {{ format_date($actualStartDate) }} | Actual End Date : {{ format_date($actualEndDate) }} | Total Actual Percentage : {{ $totalActualPercentage }} %
{{ $cumulativeProgresses->links() }}