From 785407f8ad424f55a9986e2b49ad5087f2eb64b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Ioni=C8=9B=C4=83?= Date: Tue, 22 Aug 2023 17:36:15 +0100 Subject: [PATCH] fix home view --- resources/views/home.blade.php | 52 +++++++++++++++++++++------------- 1 file changed, 32 insertions(+), 20 deletions(-) diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 8a62fca..559f249 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -5,42 +5,54 @@ Help2Help Home Page - +
-
+
Logo + alt="Logo">
-
-

{{ __('txt.home.about_title') }}

-

{{ __('txt.home.about_text') }}

- - {{ __('txt.home.about_extra') }} +
+

+ {{ __('txt.home.about_title') }} +

+

+ {{ __('txt.home.about_text') }} +

+ + {{ __('txt.home.about_extra') }} +
-
-
-

{{($totalBeneficiaries==0)?'968548':$totalBeneficiaries}} - +

-

{{ __('txt.home.beneficiary') }}

+
+
+

+ {{ $totalBeneficiaries == 0 ? '968548' : $totalBeneficiaries }}+ +

+

+ {{ __('txt.home.beneficiary') }} +

-
-

{{$totalServices}}+

-

{{ __('txt.home.services_added') }}

+
+

{{ $totalServices }}+

+

+ {{ __('txt.home.services_added') }} +

-
-

{{$totalNgos}}+

-

{{ __('txt.home.ngos_active') }}

+
+

{{ $totalNgos }}+

+

+ {{ __('txt.home.ngos_active') }} +

- +