@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')

Exercises

Selected
@if (session()->has('message'))
{{ session()->get('message') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif {{-- --}} @if ($exercise != null) @foreach ($exercise as $item) @endforeach @endif
Name Description Duration Reps Sets NoteStatusActions
{{-- {{ucfirst($item->title)}} --}} {{ $item->title ?? '--' }}
{{ Str::of($item->description)->words(10, ' ...') ?? '--' }} {{ $item->duration ?? '--' }} {{ $item->reps ?? '--' }} {{ $item->sets ?? '--' }} {{ $item->note ?? '--' }} Actions
@include('partials.footer')
@include('global.footer-links')