@php function lang($en,$pa,$da){ if(app()->getLocale()=='en'){ return $en; }elseif(app()->getLocale()=='pa'){ return $pa; }elseif(app()->getLocale()=='da'){ return $da; } } @endphp @if($sub_menu->type=='Multi-Post-Text-Photo') @php $posts=DB::table('sub_menu_contents')->where('sub_menu_id',$this->sub_menu_id)->orderBy('id','desc')->get(); @endphp

{{lang($sub_menu->en_name,$sub_menu->pa_name,$sub_menu->da_name)}}

@endif @if($sub_menu->type=='Photo-Gallery') @php $posts=DB::table('sub_menu_contents')->where('sub_menu_id',$this->sub_menu_id)->orderBy('id','desc')->get(); @endphp

{{lang($sub_menu->en_name,$sub_menu->pa_name,$sub_menu->da_name)}}

@endif @if($sub_menu->type!='Photo-Gallery' && $sub_menu->type!='Multi-Post-Text-Photo') @if($data)

{{lang($sub_menu->en_name,$sub_menu->pa_name,$sub_menu->da_name)}}

@endif @endif