@extends('theme::layouts.app') @section('content')
@php $ecom_settings=LpOption('ecommerce'); @endphp
@php $gallery = explode( ',', $product->meta->gallery ); @endphp
@foreach($gallery as $key=> $img) @endforeach

{{ $product->title }}

{{ $product->productMeta->s_price }}{{ $product->productMeta->p_price }}

{{ $product->meta->excerpt }}

@php $content = json_decode($product->post->content); @endphp

{{ $content->information }}

{{ content('shop_quote','shop_quote_title') }}

{{ content('shop_quote','shop_quote_description') }}

{{ content('shop_quote','shop_quote_button') }}
@php $basic_info=LpOption('system_basic_info'); @endphp @if(!empty($basic_info->gallary_input)) @php $gallery=explode(',', $basic_info->gallary_input); @endphp
@endif @endsection