@extends('layouts.app') @section('content')
Please select a resource type to view exercises.
| S.No | Thumbnail | Exercise Name | Action |
|---|---|---|---|
| {{ $sno++ }} |
@if(!empty($exercise->thumbnail_path))
|
{{ $exercise->ex_name }} | @php $user = Auth::user(); @endphp {{-- Show Delete Button --}} @if($user->role_id == 2) {{-- Role 2 can delete any --}} @elseif($user->role_id == 1) {{-- Role 2 can delete any --}} @elseif($user->role_id == 3) {{-- Role 3: Only if they are the teacher of this exercise --}} @if($exercise->teacher_id == $user->id) @endif @endif |
| No exercises found for the selected resource. | |||
✨ This section can be used for summary, notes, or tips.
Upload New Exercise