@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') {{-- Section : Beauty Tip --}} @lang('frontend::lang.tips_01') @if (!empty($tips) && count($tips) > 0) @foreach ($tips as $tip) {{ $tip["name_$lang"] ?? '' }} {!! nl2br($tip["detail_$lang"] ?? '') !!} @lang('frontend::lang.tips_02') @endforeach @endif @lang('frontend::lang.lang_title_116') @endsection @section('script') @endsection