@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')
Exercises
@if(session()->has('message'))
{{ session()->get('message') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf
Thumbnail
Allowed file types: png, jpg, jpeg.
Title
Description
{{ old('description', $exercise->description) }}
Reps
Sets
Notes
Duration
Media
Submit
@include('partials.footer')
@include('global.footer-links')