@extends('layouts.app') @section('title', __('cart.title')) @section('content')
{{ $item->product->category ?? __('cart.uncategorized') }}
${{ number_format($item->product->price, 2) }}
{{ __('cart.empty_msg') }}