@extends('layouts.app') @section('content')
← Back to Dashboard

Exercise Library

@csrf
{{-- --}}
Select Week
{{-- Hidden field for the authenticated user --}}
{{--
--}} {{--
--}}
@php $chunks = collect($exercises ?? [])->chunk(1); @endphp
1 / {{ $chunks->count() }}
@foreach($chunks as $panel)
@foreach($panel as $exercise)
Weekly Entrys
Thumbnail
{{ $exercise->ex_name }}
In Progress
Date
How many can I do
Total 0
@endforeach
@endforeach
Back
{{-- Hidden field for the authenticated user --}}
@csrf
@include('layouts.footers.auth.footer') @endsection