@extends('frontend::layouts.master') @section('content') @php $product = $data['product'][0] ?? null; @endphp
SKU : {{ $product['detail']['sku'] ?? '' }}
@if (!empty($product['detail']['brand']))|
{{ $product['detail']['brand'] }}
@endif @if (!empty($product['detail']['category']))|
{{ $product['detail']['category'] }}
@endif{!! $product['desc'] ?? '' !!}
@if (!empty($product['file'])) @endif{{ $product['price']['before'] ?? '' }} {{ __('frontend::frontend.label.thb') }}
{{ __('frontend::frontend.quantity') }}: