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')