@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')

{{ $tip_detail["name_$lang"] ?? '' }}

{!! mwz_getTextString($tip_detail["description_$lang"] ?? '') !!}

@lang('frontend::lang.lang_title_117')

@if (!empty($tips) && count($tips) > 0) @foreach ($tips as $tip)
{{ $tip["name_$lang"] ?? '' }}
{!! nl2br($tip["detail_$lang"] ?? '') !!}
@endforeach @endif
@endsection @section('script') @endsection