diff --git "a//var/www/videoplatform/resources/views/videos/types/match_upnext.blade.php" "b//var/www/videoplatform/resources/views/videos/types/match_upnext.blade.php" new file mode 100644 index 0000000..f5e7f5f --- /dev/null +++ "b//var/www/videoplatform/resources/views/videos/types/match_upnext.blade.php" @@ -0,0 +1,2200 @@ +@extends('layouts.app') + +@section('title', $video->title . ' | ' . config('app.name')) + +@section('extra_styles') + +@endsection + +@section('content') + + +
+ + +
+ +
+ + + + @if($nextVideo || $previousVideo) +
+ + @if($previousVideo) + + {{ Str::limit($previousVideo->title, 20) }} + @else + + @endif + + +
+ + +
+ + + @if($nextVideo) + {{ Str::limit($nextVideo->title, 20) }} + + @else + + @endif +
+
+ +
+ @endif +
+ + +

+ + {{ $video->title }} +

+ + +