diff --git a/content/index.blade.php b/content/index.blade.php index 50e1a5b..a2d1511 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -199,13 +199,15 @@
- + @if ($nach->image) + + @endif
- + -

{{$nach->title}}

+
{{$nach->title}}
@@ -214,7 +216,7 @@ {{ $nach->user->name }} - {{date('d.m.Y H:i', strtotime($nach->created_at))}} @else - {{date('d.m.Y H:i', strtotime($nach->created_at))}} + {{date('d.m.Y H:i', strtotime($nach->created_at))}} @endif
@@ -228,9 +230,7 @@ @endif --> - @if ($nach->image) - - @endif +