All Exercises

A lightweight, extendable, dependency-free javascript HTML table plugin.

@foreach($exercices as $exercise) @endforeach
Exercise Type In workout Created at Action
@if($exercise->image) img @else img @endif
{{ $exercise->name }}
@foreach($exercise->types as $type) {{$type->name}} @endforeach @if($exercise->workout->count() > 0) @foreach($exercise->workout as $workout)
{{$workout->name}}
@endforeach @else

this does not belongs to any workouts so far...

@endif
{{$exercise->created_at->format('dS M Y')}}