diff --git a/content/author.blade.php b/content/author.blade.php
index 2ddace8..3f995f0 100644
--- a/content/author.blade.php
+++ b/content/author.blade.php
@@ -1,194 +1,14 @@
@extends('template.'.\Setting::get('template', 'default').'.content.master')
@section('content')
-
-
- @if (\Setting::get('image') and !isset($categoryModel) or (isset($categoryModel) and !$categoryModel->image))
-
- @endif
-
-
- @if (isset($categoryModel) and $categoryModel->image)
-
- @endif
-
-
@@ -797,76 +576,7 @@
-
-
-
-
-
-
-
-
- {{ __('public.read-more') }}
-
-
- @foreach ($categories->take(4)->shuffle()->all() as $category)
-
- @endforeach
-
-
-
-
-
-
-
-
-
-
- @include('template.'.\Setting::get('template', 'default').'.content.includes.type-iptt')
- @include('template.'.\Setting::get('template', 'default').'.content.includes.new-comment')
- @include('template.'.\Setting::get('template', 'default').'.content.includes.premium-pass-qr')
-
- @if(!\Session::get('premium_code'))
- @if (env('PAYMENT', false))
- @include('template.'.\Setting::get('template', 'default').'.content.includes.premium-pass')
- @endif
- @else
- @include('template.'.\Setting::get('template', 'default').'.content.includes.premium-referral')
-
- @endif
@stop
@section('scripts')
diff --git a/content/news.blade.php b/content/news.blade.php
index f79b18c..5a939d4 100644
--- a/content/news.blade.php
+++ b/content/news.blade.php
@@ -1,358 +1,14 @@
@extends('template.'.\Setting::get('template', 'default').'.content.master')
@section('content')
-
-
- @if (\Setting::get('image') and !isset($categoryModel) or (isset($categoryModel) and !$categoryModel->image))
-
- @endif
-
-
- @if (isset($categoryModel) and $categoryModel->image)
-
- @endif
-
-
-
-
-
-
- @if(\Session::get('premium_code'))
-
{{ __('public.premium-active') }}
- @include('template.'.\Setting::get('template', 'default').'.content.includes.premium-banner')
- @endif
-
- @if (!\Session::get('premium_code'))
-
- @if (env('PAYMENT', false))
-
{{ __('public.buy-login') }}
- @endif
-
-
- @endif
-
- @if (env('APP_ACCESS', 'public') == 'code')
-
-
-
- @endif
-
- @if (\Route::currentRouteName() != 'author.get')
-
-
-
-
- @if (isset($categoryModel))
-
-
-
- @if($categoryModel->icon == 'bitcoin')
-
- @else
-
- @endif
-
- {{ $categoryModel->name }}
- @else
-
-
{{ \Setting::get('name')}}
- @endif
-
-
- @if (isset($categoryModel))
- {{ $categoryModel->description }}
- @else
- {{ \Setting::get('description')}}
- @endif
-
-
-
-
-
-
- @endif
-
-
-
- @if (\Route::currentRouteName() == 'author.get')
-
-
-
-
-
-
-
-
{{ $author->name }}
-
-
-
- {{ $author->description }}
-
-
-
-
-
-
-
-
-
-
- @foreach ($social as $value)
- @if (isset($author->social_networks[$value]))
-
- @endif
- @endforeach
-
-
-
-
-
-
-
- @endif
-
- @if (\Route::currentRouteName() == 'welcome')
-
-
-
-
{{ __('public.popular-authors') }}
-
-
- @foreach ($authors as $author)
-
-
-
-
-
-
- @endforeach
-
-
-
-
-
-
-
-
-
- @endif
-
-
+
+
+
+
@@ -364,59 +20,6 @@
- @if (env('APP_WRITE', false))
-
-
-
-
{{ __('public.propose-content') }} Neuen Inhalt einreichen
-
-
-
-
- @endif
-
-
-
- @include('template.'.\Setting::get('template', 'default').'.content.includes.create-content')
-
-
-
-
- @if (session()->has('success'))
-
-
- @if(is_array(session()->get('success')))
-
-
Nachricht wurde erfolgreich eingereicht!
- Ihre Nachricht wurde erfolgreich an uns übermittelt und wir nach Prüfung hier veröffentlicht.
-
-
- @else
- {{ session()->get('success') }}
- @endif
-
-
- @endif
-
- @if (session()->has('error'))
-
-
- @if(is_array(session()->get('error')))
-
-
Es ist ein Fehler aufgetreten!
- Beim übermitteln Ihrer Nachricht ist ein Fehler aufgetreten. Der Admin wurde informiert.
-
-
- @else
- {{ session()->get('error') }}
- @endif
-
-
- @endif
-
-
-
-
-
-
-
-
- {{ __('public.read-more') }}
-
-
- @foreach ($categories->take(4)->shuffle()->all() as $category)
-
- @endforeach
-
-
-
-
-
-
-
-
-
-
- @include('template.'.\Setting::get('template', 'default').'.content.includes.type-iptt')
- @include('template.'.\Setting::get('template', 'default').'.content.includes.new-comment')
- @include('template.'.\Setting::get('template', 'default').'.content.includes.premium-pass-qr')
-
- @if(!\Session::get('premium_code'))
- @if (env('PAYMENT', false))
- @include('template.'.\Setting::get('template', 'default').'.content.includes.premium-pass')
- @endif
- @else
- @include('template.'.\Setting::get('template', 'default').'.content.includes.premium-referral')
-
- @endif
@stop
@section('scripts')