@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')
Edit Workout Plan
@csrf
Image
Set the category thumbnail image. Only *.png, *.jpg and *.jpeg image files are accepted
Status
status == 1 ? 'selected' : ''}}>Published
status == 0 ? 'selected' : ''}}>Inactive
Set the workout plan status.
Workout Type
@foreach($workoutTypes as $types)
type == $workoutplan->type) selected @endif @endif> {{$types->type}}
@endforeach
Set the workout plan type.
Workout Bundle
@foreach($workoutBundles as $bundle)
title == $workoutplan->bundle->title) selected @endif @endif> {{$bundle->title}}
@endforeach
Set the workout plan type.
General
Workout Title
A category name is required and recommended to be unique.
Description
{{$workoutplan->description}}
A category description is required and recommended to be unique.
Color Code
color_code)}}" name="workout-color-code" class="form-control form-control-solid mb-3 mb-lg-0 text-color-code" required/>
Update Category
@include('partials.footer')
@include('global.footer-links')