@forelse ($weeklyProgresses as $index => $weeklyProgress) @php $number = ($weeklyProgresses->currentPage() - 1) * $weeklyProgresses->perPage() + $index + 1; @endphp @empty @endforelse
# Service Name Category Total Quantity Unit Work Duration Start Date End Date Quantity Quantity(%) Actual(%) Action
{{ $number }} {{ $weeklyProgress->service_name }} {{ $weeklyProgress->service_category_name }} {{ format_quantity($weeklyProgress->service_quantity) }} {{ $weeklyProgress->unit_type_name }} {{ $weeklyProgress->work_duration_in_days }} Days {{ format_date($weeklyProgress->start_date) }} {{ format_date($weeklyProgress->end_date) }} {{ format_quantity($weeklyProgress->quantity) }} {{ $weeklyProgress->quantity_percentage }} % {{ $weeklyProgress->actual_percentage }} %
@csrf @method('delete')

Are you sure you want to delete the "{{ $weeklyProgress->service_name }}" data? Deleting this weekly progress will affect the charts.

Type confirm if you want to delete this weekly progress.

Cancel
No Weekly Progress Data.
Total Work Duration : {{ $totalWorkDurationInDays ? $totalWorkDurationInDays : 0 }} Days | Actual Start Date (Week {{ $weekly->week }}) : {{ format_date($minStartDate) }} | Actual End Date (Week {{ $weekly->week }}) : {{ format_date($maxEndDate) }} | Actual Percentage : {{ $totalActualPercentage }} %
{{ $weeklyProgresses->links() }}