@extends('layouts.app') @section('title', 'Recommendations') @section('content')

Recommended Products

@if (!empty($recommendations)) @foreach ($recommendations as $recommendation) @endforeach
Product Name Primary Key
{{ $recommendation['Produk'] }} {{ $recommendation['primary_key'] }}
@else

No recommendations available for this product.

@endif
Back to Product List
@endsection