@csrf

Edit Exercise


@error('name')

{{ $message}}

@enderror

If you are available for hire outside of the current situation, you can encourage others to hire you. ( replaced text )

private ? 'checked' : ''}} >

This is how others will learn about the Exercise, so make it good!

{!! $exercise->instructions !!}
@error('instructions')

{{ $message}}

@enderror
@error('type')

{{ $message}}

@enderror
@error('sets')

{{ $message}}

@enderror
@error('reset')

{{ $message}}

@enderror
@if($exercise->type == "type-time-1") @elseif($exercise->type == "type-time-2") @else @endif @error('reps')

{{ $message}}

@enderror
@error('video_link')

{{ $message}}

@enderror
@if($exercise->video_link)
@else

Video link does not exist for this exercise

@endif
@error('image')

{{ $message}}

@enderror
@if($exercise->image) {{$exercise->image}} @else {{$exercise->image}}

No image...

@endif
@error('video')

{{ $message}}

@enderror
@if($exercise->video)
@else

No video stored...

@endif
@push('js')