@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')
@include('shared.filter_sidebar_block')
    @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') }}
@if (count($products_format)) @include('shared.filter_bar_block') @if ($children)
{{ __('category.children') }}: @foreach ($children as $item) {{ $item['name'] }} @endforeach
@endif
@foreach ($products_format as $product)
@include('shared.product')
@endforeach
@else @endif {{ $products->links('shared/pagination/bootstrap-4') }}
@endsection @push('add-scripts') @endpush