@extends('layout.master') @section('body-class', 'page-categories') @section('title', $category->description->meta_title ?: system_setting('base.meta_title', 'BeikeShop开源好用的跨境电商系统 - BeikeShop官网') .' - '. $category->description->name) @section('keywords', $category->description->meta_keywords ?: system_setting('base.meta_keyword')) @section('description', $category->description->meta_description ?: system_setting('base.meta_description')) @push('header') @endpush @section('content')

{{ __('product.category') }}

@if ($filter_data['price']['min'] != $filter_data['price']['max'])

{{ __('product.price') }}

{{ currency_format($filter_data['price']['select_min'], current_currency_code()) }} - {{ currency_format($filter_data['price']['select_max'], current_currency_code()) }}
@endif @foreach ($filter_data['attr'] as $index => $attr)

{{ $attr['name'] }}

    @foreach ($attr['values'] as $value_index => $value)
  • @endforeach
@endforeach
    @foreach ($filter_data['attr'] as $index => $attr) @foreach ($attr['values'] as $value_index => $value) @if ($value['selected'])
  • {{ $attr['name'] }}: {{ $value['name'] }}
  • @endif @endforeach @endforeach
  • {{ __('common.delete_all') }}
@include('shared.filter_bar_block') @if (count($products_format))
@foreach ($products_format as $product)
@include('shared.product')
@endforeach
@else @endif
{{ $products->links('shared/pagination/bootstrap-4') }}
@endsection @push('add-scripts') @endpush