{{$phase->Name}}
Choose the workout you would like to do and click on ‘start workout’ below

{!! $phase->description !!}

@foreach($workouts as $workout)
{{$workout->name}}
{{$workout->exercises->count()}} Exercises
@if($workout->types) @foreach($workout->types as $tag) {{$tag->name}} @endforeach @endif
@endforeach