@extends('client.layouts.app') @section('title', __('Profile')) @section('content')

PREFERITI

@foreach($prefferedProducts as $product)
@endforeach
@endsection