We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d70d23 commit c35901dCopy full SHA for c35901d
resources/views/video/show.blade.php
@@ -41,7 +41,7 @@
41
</div>
42
<div class='my-2'>
43
<p>
44
- You are watching Series:: <a href="{{ route('series.show', $current_video->series->id) }}">{{ $current_video->series->title }}</a>
+ You are watching Series:: <a href="{{ route('series.show', $current_video->series) }}">{{ $current_video->series->title }}</a>
45
</p>
46
<p> Path:</p>
47
<p>{{ $current_video->path_name }}</p>
0 commit comments