@lang('language.our_projects')

@lang('language.our_project_home_desc')

{{--

We exist for non-profits, social enterprises, community groups, activists,lorem politicians and individual citizens that are making.

--}}
@forelse(latestProjects() as $project)
{{-- # --}}

@if (App::getLocale() == 'da') {{ str()->limit($project->da_title, 40) }} @elseif (App::getLocale() == 'pa') {{ str()->limit($project->pa_title, 40) }} @else {{ str()->limit($project->en_title, 40) }} @endif

@if (App::getLocale() == 'da') {!! strip_tags(str()->limit($project->da_desc, 180)) !!} @elseif (App::getLocale() == 'pa') {!! strip_tags(str()->limit($project->pa_desc, 180)) !!} @else {!! strip_tags(str()->limit($project->en_desc, 180)) !!} @endif

{{ $project->en_title }} {{-- Donate Now --}}
@empty @endforelse