@extends('layouts.app') @section('content')

Upload Your Pilates Videos

Select Uploaded Files

Please select a resource type to view exercises.

@if(request('resource'))
@php $sno = 1; @endphp
@forelse($exercises as $exercise) @if($exercise->ex_path && file_exists(public_path($exercise->ex_path))) @endif @empty @endforelse
S.No Exercise Name Action
{{ $sno++ }} {{ $exercise->ex_name }}
No exercises found for the selected resource.
@else @endif {{--

✨ This section can be used for summary, notes, or tips.

Upload New Exercise
--}} {{--
--}} @endsection @push('js') @endpush