diff --git "a/\n/var/www/videoplatform/app/Http/Controllers/VideoController.php\n" "b/\n/var/www/videoplatform/app/Http/Controllers/VideoController.php\n" deleted file mode 100644 index e69de29..0000000 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" deleted file mode 100644 index f5e7f5f..0000000 --- "a//var/www/videoplatform/resources/views/videos/types/match_upnext.blade.php" +++ /dev/null @@ -1,2200 +0,0 @@ -@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 }} -

- - -