@section('meta_title') @lang('language.about_us') @endsection @extends('frontend.master') @section('title') @lang('language.about_us') @endsection @section('content')
@forelse ($abouts as $about)

@if (App::getLocale() == 'da') {{ $about->da_title }} @elseif (App::getLocale() == 'pa') {{ $about->pa_title }} @else {{ $about->en_title }} @endif


@if ($about->image != null)
@endif

@if (App::getLocale() == 'da') {!! $about->da_desc !!} @elseif (App::getLocale() == 'pa') {!! $about->pa_desc !!} @else {!! $about->en_desc !!} @endif

@empty @endforelse
@endsection