@extends('layout.master') @section('body-class', 'page-categories') @section('title', system_setting('base.meta_title', 'BeikeShop开源好用的跨境电商系统 - BeikeShop官网') .' - '. $category->description->name) @section('content')
@if (count($products_format)) @foreach ($products_format as $product)
@include('shared.product')
@endforeach @else @endif
{{ $products->links('shared/pagination/bootstrap-4') }}
@endsection