@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"] ?? '') !!}
@endforeach @endif
@endsection @section('script') @endsection