From 37f305121ba95b8b7cbaf138a04b3fcc13285e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 9 Feb 2021 12:19:44 -0300 Subject: [PATCH] list just with name --- content/list.blade.php | 84 ------------------------------------------ 1 file changed, 84 deletions(-) diff --git a/content/list.blade.php b/content/list.blade.php index e624829..75f5a9b 100644 --- a/content/list.blade.php +++ b/content/list.blade.php @@ -31,92 +31,8 @@ -
-
- - - -
- @foreach($nachrichten as $nach) - -
- - - -
-
- - @if(\Session::get('premium_code') and $nach->paid != 0 and (empty($nach->premium_until) or $nach->premium_until > date('Y-m-d'))) -
Premium content
- @endif - -
- @if($nach->created_at->diffInHours(date('Y-m-d H:i:s')) < 1) -
-
- {{ $nach->created_at->diffForHumans() }} veröffentlicht -
-
-
- @endif - - -

{{$nach->title}}

-
- -
- @if ($nach->user and $nach->user->public_author == 1) - - - {{ $nach->user->name }} - {{date('d.m.Y H:i', strtotime($nach->created_at))}} - @else - {{date('d.m.Y H:i', strtotime($nach->created_at))}} - @endif -
- - @if ($nach->list) - -
-

{{ $nach->list->name}}

-
-
- @endif - - @if ($nach->image) - - @endif - - -

- {!! $nach->nachrichten !!} -

- - -
- - - - - - - - - - -
-
- -
- - @endforeach - - {{ $nachrichten->links() }} -
-
-
- @stop @section('scripts')