8 lines
310 B
PHP
8 lines
310 B
PHP
@extends('layout')
|
|
@section('content')
|
|
<h5>Sorry, this video is unavailable at the moment!</h5>
|
|
<img src="/images/404-video.png">
|
|
<p>Possible reasons: Your video was shit, broke a rule or the ID you tried to watch does not even exist (yet)</p>
|
|
<p>Go <a href="/">back</a> to the normal rotation</p>
|
|
@endsection
|