@forelse($weeklies as $index => $weekly)
Week {{ $weekly->week }}
List of week {{ $weekly->week }} progresses.
@csrf @method('delete')

Are you sure you want to delete the "Week - {{ $weekly->week }}" data? Deleting this weekly will also remove all data associated with it and will affect the charts.

Type confirm if you want to delete this weekly.

Cancel
@empty No Weekly Data. @endforelse
Cumulative Progress
List of cumulative progresses.