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') }} +

- +