@extends('front.layout.main') @section('content') @if(count($supportpages) > 0)

{!! $currentPage->languages->where('lang_short', $lang)->first()->pivot->text !!}

@endif @stop