From: Louis Jeckel Date: Thu, 27 Aug 2020 10:12:08 +0000 (+0200) Subject: Update index.blade.php X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=60f37725211c9c481ac50825f52a85dbdf8d7d48;p=psq.git Update index.blade.php --- 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)