@lang('language.our_team')

@lang('language.our_team_desc')

{{--

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

--}}
@forelse (latest_team() as $team)

@if (App::getLocale() == 'da') {{ $team->da_full_name }} @elseif(App::getLocale() == 'pa') {{ $team->pa_full_name }} @else {{ $team->en_full_name }} @endif

@if (App::getLocale() == 'da') {{ $team->da_position }} @elseif(App::getLocale() == 'pa') {{ $team->pa_position }} @else {{ $team->en_position }} @endif
@empty @endforelse