@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{!! mwz_getTextString($mstory["content_$lang"] ?? '') !!}
@endsection @section('script') @endsection