Library

Our Videos

Explore our collection of workout guides, tips, and motivation.

@foreach($videos as $video)
@if($video->thumbnail) {{ $video->title }} @else
@endif

{{ $video->title }}

@if($video->description)

{{ $video->description }}

@endif
@endforeach
{{ $videos->links() }}
@if($videos->isEmpty())

No videos found.

@endif