@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
@if(!empty($data['banner']))
@foreach($data['banner'] as $item) {{-- --}} @endforeach
@endif

{{ !empty($data['products_detail']['name']) ? $data['products_detail']['name'] : '' }}

{!! !empty($data['products_detail']['description1']) ? $data['products_detail']['description1'] : '' !!}

{{-- เช็คขนาด พี่อ๊อฟ --}}

{!! !empty($data['products_detail']['description2']) ? $data['products_detail']['description2'] : '' !!}

@if(!empty($data['products_detail']['file'])) @lang('frontend::lang.category_01') @endif
@if(!empty($data['category'])) @foreach($data['category'] as $item) @if(!empty($item['status']) && $item['status'] == 1 && $item['id'] == 1) @endif @if(!empty($item['status']) && $item['status'] == 1 && $item['id'] == 2) @endif @if(!empty($item['status']) && $item['status'] == 1 && $item['id'] == 3) @endif @if(!empty($item['status']) && $item['status'] == 1 && $item['id'] == 4) @endif @endforeach @endif
{{--

Stay connected with us

@if(!empty($page_init['contact']['line_url'])) @endif @if(!empty($page_init['contact']['instagram_url'])) @endif @if(!empty($page_init['contact']['facebook_url'])) @endif
--}}
@include('frontend::layouts.assets.footer')
@endsection @section('script') @endsection