@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'])

{{translate('Filters')}}

@include('web-views.seller-view.partials._shop-sidebar')
@if (count($products) > 0)
@include('web-views.products._ajax-products',['products'=>$products,'decimal_point_settings' => $decimalPointSettings])
@else
{{ translate('no_product_found') }}
@endif
@endsection @push('script') @endpush