@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{{-- Section : Beauty Tip --}}

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

@if (!empty($Wheretobuy) && count($Wheretobuy) > 0) @if (count($Wheretobuy) == 1) @foreach ($Wheretobuy as $wheretobuy)
{{ $wheretobuy["name_$lang"] ?? '' }}
{!! mwz_getTextString($wheretobuy["description_$lang"] ?? '') !!}
@if (!empty($wheretobuy->url_redirect)) @endif
@endforeach @else @foreach ($Wheretobuy as $wheretobuy)
{{ $wheretobuy["name_$lang"] ?? '' }}
{!! mwz_getTextString($wheretobuy["description_$lang"] ?? '') !!}
@if (!empty($wheretobuy->url_redirect)) @endif
@endforeach @endif @endif {{-- ถ้าเหลืออันเดียวให้ใช้ xs:w-8/12 และเติมคลาส one-shop ที่ tips-card --}} {{--
Branch Name

It is a long established

fact that a reader will

be distracted by the readable

content of a page when looking

--}}
@endsection @section('script') @endsection