@extends('front_end.layouts.app') @section('title', 'Saved Products | Marketplace') @section('content')
@endif
{{ $product->category->name ?? 'Uncategorized' }}
{{ Str::limit($product->description, 50) }}
@if($product->discount_percentage > 0)You haven't saved any products yet. Browse the marketplace and save products you're interested in.
Browse Marketplace