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

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

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