@extends('theme::layouts.app') @section('content')
@php $ecom_settings=LpOption('ecommerce'); @endphp
@foreach($products as $product)
{{ $product->categories->first()->name }}
Price: {{ $product->productMeta->s_price }}
@endforeach

{{ 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 @push('js') @endpush