From 7e4c31a747747a92c28d15fb610c09376767295c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 4 Jan 2022 19:11:58 +0100 Subject: [PATCH] wip #4914 @0.25 --- resources/views/front/home.blade.php | 42 +++++++++++++++------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/resources/views/front/home.blade.php b/resources/views/front/home.blade.php index f9811eb..9dd8393 100644 --- a/resources/views/front/home.blade.php +++ b/resources/views/front/home.blade.php @@ -1,6 +1,7 @@ @extends('layouts.app') @section('content') +
@@ -40,27 +41,30 @@ {{-- Link blocks --}}
- @foreach($home->get('raccourcis') as $shortcut) - - -
-

{{ $shortcut['title'] }}

-

{{ $shortcut['content'] }}

-
-
- {{-- Initial Mask --}} -
-
-
- @endforeach + +
+

{{ $shortcut['title'] }}

+

{{ $shortcut['content'] }}

+
+
+ {{-- Initial Mask --}} +
+
+ + @endforeach + @endif
-- 2.39.5