From 60f37725211c9c481ac50825f52a85dbdf8d7d48 Mon Sep 17 00:00:00 2001 From: Louis Jeckel Date: Thu, 27 Aug 2020 12:12:08 +0200 Subject: [PATCH] Update index.blade.php --- resources/views/home/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/home/index.blade.php b/resources/views/home/index.blade.php index ab721c3..3dd58a6 100644 --- a/resources/views/home/index.blade.php +++ b/resources/views/home/index.blade.php @@ -39,7 +39,7 @@ - @foreach($last_pdf->first()->headlines as $headline) + @foreach($last_pdf->first()->headlines ?? [] as $headline) -- 2.39.5