From fd12f788ff98d726be6eda13b9dba57807af4978 Mon Sep 17 00:00:00 2001 From: EwelinaSkrzypacz Date: Wed, 30 Oct 2024 10:43:30 +0100 Subject: [PATCH] - wip --- resources/views/home.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index a9d7f76f..1e42142b 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -32,11 +32,11 @@ class="w-full sm:w-auto sm:px-12 -ml-1 shadow-xl bg-website-normal">{{ __("butto
{{ __("content.home.section_2.title_1") }} {{ __("content.home.section_2.title_2") }}
-
+
@foreach ($clients as $client)
{{ $client['alt'] }}
@endforeach