@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{{-- Section : Banner Slide --}} @if (!empty($data['banner']))
@foreach ($data['banner'] as $item)
@endforeach
@endif {{-- Section : ราคาทองคำ --}} @if (!empty($data['gold'])) @endif

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

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

@lang('frontend::lang.date') {{ date_Formate(now()) }}

@lang('frontend::lang.time') 00:00:00 @lang('frontend::lang.time_last')

@lang('frontend::lang.gold_association_name') @lang('frontend::lang.buy') @lang('frontend::lang.sale')
@lang('frontend::lang.gold_purity_965')

0.00

0.00

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

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

@lang('frontend::lang.date') {{ date_Formate(now()) }}

@lang('frontend::lang.time') 00:00:00 @lang('frontend::lang.time_last')

@lang('frontend::lang.snp_gold_name') @lang('frontend::lang.buy') @lang('frontend::lang.sale')
@lang('frontend::lang.gold_purity_965')

0.00

0.00

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

0.00

0.00

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

0.00

0.00

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

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

@lang('frontend::lang.date') {{ date_Formate(now()) }}

@lang('frontend::lang.time') 00:00:00 @lang('frontend::lang.time_last')

@lang('frontend::lang.silver_bar_9999_thb_kg') 00:00
0
@lang('frontend::lang.customer_sells')
0
@lang('frontend::lang.customer_buys')
@lang('frontend::lang.silver_bar_1_baht')
0
@lang('frontend::lang.customer_sells')
0
@lang('frontend::lang.customer_buys')
@lang('frontend::lang.silver_bar_usd_oz') 00:00
0
@lang('frontend::lang.customer_sells')
0
@lang('frontend::lang.customer_buys')

@lang('frontend::lang.price_display_note_title')@lang('frontend::lang.price_display_note_body')
@lang('frontend::lang.price_display_contact_cta') 02-409-5299

{{--

ราคาทองคำ

(อ้างอิงจาก เอสเอ็นพีโกลด์ และ สมาคมทองคำ)

ประจำวันที่ 30 มีนาคม 2569

เวลา 09:03:00 น. ครั้งที่ 1

ราคาเงิน

(อ้างอิงจาก SNP Silver)

ประจำวันที่ 30 มีนาคม 2569

เวลา 09:03:00 น. ครั้งที่ 1


หมายเหตุ: ราคาที่แสดงเป็นราคาอ้างอิงเท่านั้น ไม่ใช่ราคาซื้อขายจริง ราคายังไม่รวมค่าแรงหรือค่าบล็อกทอง และภาษีมูลค่าเพิ่ม (หากมี)
สนใจซื้อขาย โปรดติดต่อ 02-409-5299

--}} {{-- Section : About SSNP --}}
@if ((!empty($data['about']['image']) && CheckFileInServer($data['about']['image'])) || !empty($data['about']['name']))
@if (!empty($data['about']['type'])) @switch($data['about']['type']) @case(1) @if (!empty($data['about']['image']) && CheckFileInServer($data['about']['image'])) @endif @break @case(2) @if (!empty($data['about']['image']) && CheckFileInServer($data['about']['image']))
@endif @break @case(3) @if (!empty($data['about']['image']))
@endif @break @endswitch @endif
{!! !empty($data['about']['name']) ? $data['about']['name'] : '' !!}
@lang('frontend::lang.know_us')
@endif
{{-- Section : Category --}} @if (!empty($data['category']))

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

@foreach ($data['category'] as $item)

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

@endforeach
@endif {{-- Section : Recommended --}}

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

@if (!empty($data['product']['info']))
@foreach ($data['product']['info'] as $item)
{{--
--}}

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

{{ !empty($item['desc']) ? $item['desc'] : '' }}

@endforeach
{{--
@foreach ($data['product']['info'] as $item)

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

{{ !empty($item['desc']) ? $item['desc'] : '' }}

@endforeach
--}} @endif @if (!empty($data['product']['list']))
@lang('frontend::lang.view_all')
@endif
{{-- Section : News and Activity --}} @if (!empty($data['news']))

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

@if (!empty($data['news'][0])) @endif
@foreach ($data['news'] as $k => $item)

{{ !empty($item['date']) ? date('d.m.Y', strtotime($item['date'])) : '' }}

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

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

@endforeach
@lang('frontend::lang.view_all')
@endif {{-- Section : Gold Blog --}} @if (!empty($data['blog']))

{!! !empty($data['route']['blog']['desc']) ? $data['route']['blog']['desc'] : '' !!}

@foreach ($data['blog'] as $k => $item)

{{ !empty($item['date']) ? date('d.m.Y', strtotime($item['date'])) : '' }}

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

@endforeach
@lang('frontend::lang.view_all')
@endif
@endsection @section('script') @endsection