@extends('layouts.store') @section('title', $category->name.' — کتاب۲') @section('content')

{{ $category->name }}

@forelse ($products as $product) @include('partials.product-card', ['product' => $product]) @empty

کتابی در این دسته یافت نشد.

@endforelse
{{ $products->links() }}
@endsection