7 lines
243 B
PHP
Executable File
7 lines
243 B
PHP
Executable File
@extends('layout')
|
|
@section('content')
|
|
<h5>Sorry, this video has been deleted or is unavailable at the moment!</h5>
|
|
<p>Possible reasons: Your video was shit or broke a rule</p>
|
|
<p>Go <a href="/">back</a> to the normal rotation</p>
|
|
@endsection
|