diff --git a/resources/views/layout1/layout.blade.php b/resources/views/layout1/layout.blade.php index 2248e08..f4fc29f 100644 --- a/resources/views/layout1/layout.blade.php +++ b/resources/views/layout1/layout.blade.php @@ -57,11 +57,7 @@ @include('partials.frontendedit') @endif @endif -@if(auth()->check()) -@else - -@endif @include('partials.navigation') @@ -75,7 +71,6 @@ -@if(auth()->check()) @@ -103,9 +98,6 @@ clipboard.on('error', function(e) { }); -@else - -@endif @if(isset($video)) @else @endif diff --git a/resources/views/layout1/video.blade.php b/resources/views/layout1/video.blade.php index 9d797bf..2e524f9 100644 --- a/resources/views/layout1/video.blade.php +++ b/resources/views/layout1/video.blade.php @@ -1,7 +1,6 @@ @extends('layout') @section('content') -@if(auth()->check())
@@ -32,10 +31,6 @@
@endif
- file); - //$mp4 = shell_exec("curl https://fapple.w0bm.com/api/v1/{{$shortfile}} | jq -r .size"); - ?>
@if($related) @if(($prev = $video->getPrev($related)) === null) @@ -133,53 +128,4 @@ @include('partials.comments') @include('partials.tags') - -@else -
- -
-@endif @endsection