@extends('layouts.site') @section('title', 'Produse favorite') @section('content')
@include('partial.logout-link') @include('partial.logout-form')
@forelse($favorites as $product)
{{ $product->name }}
@empty

Nu aveti produse favorite!

@endforelse
@endsection