@extends('layouts.app') @section('content')
@if(image_has_webp($category->image)) @endif {{ $category->name }}

{{ __('collection') }}

{{ $category->name }}

@foreach($products as $product) @include('partials.product-card', ['product' => $product]) @endforeach
{{ $products->links() }}
@endsection