@extends('website.layout.main') @section('content') @if (count($banners))
@else
@endif
@if($homePage->hero_title || $homePage->hero_subtitle)
@if($homePage->hero_subtitle)
{{ $homePage->hero_subtitle }}
@endif @if($homePage->hero_title)

{{ $homePage->hero_title }}

@endif
@endif @if($homePage->legal_recognition_text)

{!! nl2br(e($homePage->legal_recognition_text ?? '')) !!}

@endif @if($homePage->intro_text)

{!! nl2br(e($homePage->intro_text ?? '')) !!}

@endif
    {{--
  • 1200

    Volunteers

  • 2200

    Trusted Funds

  • --}}
{{-- Introduction image removed from frontend --}} {{--

Easy Donation

--}}

00

+

{{ __('messages.servicewe') }}

{{ __('messages.aboutus') }}

{{ __('messages.unitefor') }}
{{ __('messages.changeworld') }}

  • {{ __('messages.ourvision') }}
  • {{ __('messages.ourmission') }}
  • {{ __('messages.ourvalues') }}
{!! nl2br(e($aboutData['about_intro']['vision'] ?? '')) !!}
{!! nl2br(e($aboutData['about_intro']['mission'] ?? '')) !!}
{!! nl2br(e($aboutData['about_intro']['value'] ?? '')) !!}
@php $keyAreas = is_array($homePage->key_areas) ? $homePage->key_areas : []; @endphp @if(!empty($keyAreas))
Areas of intervention

Key areas of intervention

@foreach($keyAreas as $key => $area)

{{ $area }}

@endforeach
@endif @if($featuredProjects->isNotEmpty())

{{ __('messages.featured') }} {{ __('messages.projects') }}

@foreach($featuredProjects as $project)
{{ $project->title }}
@if($project->partner)

{{ $project->partner }}

@endif

{{ $project->title }}

@if($project->introduction)

{!! Str::limit($project->introduction, 80) !!}

@endif @if($project->phase)

{{ $project->phase }}

@endif
@endforeach
@endif {{-- --}}

{{__('messages.our')}} {{__('messages.partners')}}

@forelse ($partners as $partner) @empty
@endforelse
{{--
--}} {{--

{{__('messages.lastingchange')}}
{{__('messages.communities')}}

--}} @endsection