@extends('front.layout.main') @section('content')

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

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