@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{{-- Section : Banner --}} @if (!empty($pageInit['banner_page']) && $pageInit['banner_page']->status == 1) @endif {{-- Section : Product --}}
{{ $product['name_couple_' . $pageInit['lang']] ?? '' }}
{{-- @if (!empty($product->certification->id))
@lang('frontend.frnd_40'): {{ $product->certification['name_' . $pageInit['lang']] ?? '' }}
@endif --}} @if (!empty($couple_detail['content_' . $pageInit['lang']]))
{{ $couple_detail['content_' . $pageInit['lang']] }}
@endif
@if ($price['discount_type'])

{{ number_format($price['old_price'], 2) }}

THB {{ number_format($price['total_price'], 2) }} (@lang('frontend.save') {{ $price['discount_percent'] }}%)


@else

THB {{ number_format($price['total_price'], 2) }}


@endif
@if (!empty($product->id) && !empty($product2))
@endif @if (!empty($product->id))
@endif @if (!empty($product2->id))
@endif
@lang('frontend.product_details')

@lang('frontend.frnd_77')

    @foreach ($product_other as $prod)