@section('meta_title') @lang('language.about_us') @endsection @extends('frontend.master') @section('title') @lang('language.our_team') @endsection @section('content')
@forelse ($teams 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
@endsection