@extends('tablar::page') @section('content')
| Item # | Description | Amount |
|---|---|---|
| {{ $winning->items->item_assigned_num }} | {{ $winning->items->item_desc }} | ${{ number_format($winning->winning_cost, 2) }} |
| Total: | ${{ number_format($total_cost, 2) }} | |
No winning bids found for this bidder number.
@endif