@extends('homepage.layouts.master') @section('page-css') @endsection @section('page-content')
@include('homepage.commons.breadcrumb', [ 'link' => _t(strtolower($langCode) . '.global.homepage.home'), 'title' => _t(strtolower($langCode) . '.global.homepage.collection.title'), 'subtitle' => getTitleCollection($slug, $langCode, $ingredient), ])
@foreach ($data as $product) @include('homepage.commons.product', ['product' => $product]) @endforeach
{{$data->links('vendor.pagination.tailwind')}}
@endsection @section('page-js') @endsection