4 lines
242 B
PHP
4 lines
242 B
PHP
@if($video->interpret) Artist: {{ $video->interpret }}<br>@endif
|
|
@if($video->songtitle) Songtitle: {{ $video->songtitle }}<br>@endif
|
|
@if($video->imgsource) Video Source: {{ $video->imgsource }}<br>@endif
|
|
Category: {{ $video->category->name }} |