Skip to content

Commit

Permalink
fix: course page
Browse files Browse the repository at this point in the history
  • Loading branch information
itsemon245 committed Jul 2, 2024
1 parent 07686b8 commit 07fe642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/frontend/pages/myCourses.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class="d-flex align-items-start gap-2 text-reset">
@endphp
<td>
@if ($video)
@if ($course->isPurchased)
@if ($course->isPurchased())
<x-backend.ui.button type="custom" class="btn-sm text-capitalize btn-dark"
href="{{ route('course.videos', $course->id) . '?videos_id=' . $video->id }}">
Lessons
Expand Down

0 comments on commit 07fe642

Please sign in to comment.