- + + @if(filled($item->title)) - {{ $item->title }} + {{ $item->title }} @endif @if(isset($item->body)) - + {!! html_entity_decode(trim($item->body, '\'"')) !!} @endif @@ -28,26 +28,23 @@ @endforeach @else - - - No Content Available - There is no content to display at this time. - + @endif @else - - - Content - Browse our content pages - + + @if(!empty($content) && count($content) > 0) @foreach($content as $item) @if($item) - + {{ filled($item->title) ? $item->title : 'Untitled' }} @@ -66,79 +63,13 @@ @endforeach @else - - - No Content Available - There is no content to display at this time. - + @endif @endif - -@push('styles') - -@endpush @endsection - diff --git a/resources/views/details/index.blade.php b/resources/views/details/index.blade.php index f871125a2..553076ed0 100644 --- a/resources/views/details/index.blade.php +++ b/resources/views/details/index.blade.php @@ -50,25 +50,25 @@ - + Download NZB - + Add to Cart @if(isset($release->nfostatus) && $release->nfostatus == 1) - + View NFO @endif @if(($release->totalpart ?? 0) > 0) - + View Files @endif @auth @if(auth()->user()->hasRole('Admin') || auth()->user()->hasRole('Moderator')) - + Edit Release @endif @@ -750,7 +750,7 @@ Password @if(!empty($release->password)) - + {{ $release->password }} @@ -758,7 +758,7 @@ This password is embedded in the NZB file and will be automatically recognized by NZBGet or SABnzbd. @else - + None @@ -784,7 +784,7 @@ Video Details - + @if(!empty($reVideo['containerformat'])) @@ -857,7 +857,7 @@ Audio Details @foreach($reAudio as $index => $audio) - + @if(count($reAudio) > 1) Track {{ $index + 1 }} @endif @@ -909,7 +909,7 @@ Subtitles - + {{ $reSubs->subs }} @@ -1020,7 +1020,7 @@ @if(isset($comments) && count($comments) > 0) @foreach($comments as $comment) - + @@ -1040,7 +1040,7 @@ @endforeach @else - + No comments yet. Be the first to comment! diff --git a/resources/views/home/index.blade.php b/resources/views/home/index.blade.php index e69de29bb..3be530fdd 100644 --- a/resources/views/home/index.blade.php +++ b/resources/views/home/index.blade.php @@ -0,0 +1,17 @@ +@extends('layouts.main') + +@section('content') + + + + Welcome back + Jump back into browsing releases, searching the index, or managing your account. + + + + Search + Browse + + + +@endsection diff --git a/resources/views/layouts/main.blade.php b/resources/views/layouts/main.blade.php index d96a38b0e..f5785193d 100644 --- a/resources/views/layouts/main.blade.php +++ b/resources/views/layouts/main.blade.php @@ -32,11 +32,11 @@ @stack('meta') @stack('styles') - + @auth -
+ @if(filled($item->title)) - {{ $item->title }} + {{ $item->title }} @endif @if(isset($item->body)) - + {!! html_entity_decode(trim($item->body, '\'"')) !!} @endif @@ -28,26 +28,23 @@ @endforeach @else - - - No Content Available - There is no content to display at this time. - + @endif @else - - - Content - Browse our content pages - + + @if(!empty($content) && count($content) > 0) @foreach($content as $item) @if($item) - + {{ filled($item->title) ? $item->title : 'Untitled' }} @@ -66,79 +63,13 @@ @endforeach @else - - - No Content Available - There is no content to display at this time. - + @endif @endif - -@push('styles') - -@endpush @endsection - diff --git a/resources/views/details/index.blade.php b/resources/views/details/index.blade.php index f871125a2..553076ed0 100644 --- a/resources/views/details/index.blade.php +++ b/resources/views/details/index.blade.php @@ -50,25 +50,25 @@ - + Download NZB - + Add to Cart @if(isset($release->nfostatus) && $release->nfostatus == 1) - + View NFO @endif @if(($release->totalpart ?? 0) > 0) - + View Files @endif @auth @if(auth()->user()->hasRole('Admin') || auth()->user()->hasRole('Moderator')) - + Edit Release @endif @@ -750,7 +750,7 @@ Password @if(!empty($release->password)) - + {{ $release->password }} @@ -758,7 +758,7 @@ This password is embedded in the NZB file and will be automatically recognized by NZBGet or SABnzbd. @else - + None @@ -784,7 +784,7 @@ Video Details - + @if(!empty($reVideo['containerformat'])) @@ -857,7 +857,7 @@ Audio Details @foreach($reAudio as $index => $audio) - + @if(count($reAudio) > 1) Track {{ $index + 1 }} @endif @@ -909,7 +909,7 @@ Subtitles - + {{ $reSubs->subs }} @@ -1020,7 +1020,7 @@ @if(isset($comments) && count($comments) > 0) @foreach($comments as $comment) - + @@ -1040,7 +1040,7 @@ @endforeach @else - + No comments yet. Be the first to comment! diff --git a/resources/views/home/index.blade.php b/resources/views/home/index.blade.php index e69de29bb..3be530fdd 100644 --- a/resources/views/home/index.blade.php +++ b/resources/views/home/index.blade.php @@ -0,0 +1,17 @@ +@extends('layouts.main') + +@section('content') + + + + Welcome back + Jump back into browsing releases, searching the index, or managing your account. + + + + Search + Browse + + + +@endsection diff --git a/resources/views/layouts/main.blade.php b/resources/views/layouts/main.blade.php index d96a38b0e..f5785193d 100644 --- a/resources/views/layouts/main.blade.php +++ b/resources/views/layouts/main.blade.php @@ -32,11 +32,11 @@ @stack('meta') @stack('styles') - + @auth -