@extends('layouts.front-end.app') @section('title',translate($data['data_from']).' '.translate('products')) @push('css_or_js') @endpush @section('content') @php($current_route = Helper::checkCurrentRoute()) @php($decimal_point_settings = getWebConfig(name: 'decimal_point_settings'))
{{ translate(str_replace('_',' ',$data['data_from'])) }} {{ translate('products') }} {{ isset($data['brand_name']) ? '('.$data['brand_name'].')' : ''}}
{{$products->total()}} {{translate('items_found')}}
@include('web-views.products._ajax-products',['products'=>$products,'decimal_point_settings'=>$decimal_point_settings])
@endsection @push('script') @endpush