diff --git a/resources/views/itemlist.blade.php b/resources/views/itemlist.blade.php index 6a33379..04c7464 100644 --- a/resources/views/itemlist.blade.php +++ b/resources/views/itemlist.blade.php @@ -22,7 +22,8 @@ # Description - Category + Estimated Value + Minimum Bid @@ -30,7 +31,8 @@ {{ $item->item_assigned_num }} {{ $item->item_desc }} - {{ $item->category->cat_name ?? 'N/A' }} + ${{ number_format($item->item_est_value, 2) }} + ${{ number_format($item->item_min_bid, 2) }} @endforeach