Nice! Phase deleted successfully!
Exercise |
Type |
In workout |
Created at |
Action |
@foreach($exercices as $exercise)
@if($exercise->image)
}})
@else
}})
@endif
{{ $exercise->name }}
|
@foreach($exercise->types as $type)
{{$type->name}}
@endforeach
|
@if($exercise->workout->count() > 0)
@foreach($exercise->workout as $workout)
{{$workout->name}}
@endforeach
@else
this does not belongs to any workouts so far...
@endif
|
{{$exercise->created_at->format('dS M Y')}}
|
|
@endforeach