@extends('layouts.front-end.app') @section('title',translate('shop_Page')) @push('css_or_js') @if($shopInfoArray['id'] != 0) @else @endif @if($shopInfoArray['id'] != 0) @else @endif @endpush @section('content') @php($decimalPointSettings = getWebConfig(name: 'decimal_point_settings'))
@if($shopInfoArray['id'] != 0) @else @php($banner=getWebConfig(name: 'shop_banner')) @endif @include('web-views.seller-view.shop-info-card', ['displayClass' => 'd-none d-md-block max-width-500px'])
@include('web-views.seller-view.shop-info-card', ['displayClass' => 'd-md-none border mt-3'])
@csrf @include('web-views.products.partials._product-list-header', [ 'pageProductsCount' => $products->total(), 'searchBarSection' => true, 'sortBySection' => true, 'showProductsFilter' => true, 'shopViewPageHeader' => true, ])
@include('web-views.products._ajax-products', ['products' => $products])
{{-- Modal --}} @endsection @push('script') @endpush