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

Select File Type

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 Status
{{ $sno++ }} {{ $exercise->ex_name }} @if(in_array($exercise->ex_path_id, [1, 2, 3, 4])) Download @endif
No exercises found for the selected resource.
@endif @include('layouts.footers.auth.footer') @endsection @push('js') @endpush