@extends('tablar::page') @section('content')
@foreach($itemlist_results as $item) @endforeach
# Description Estimated Value Minimum Bid
{{ $item->item_assigned_num }} {{ $item->item_desc }} ${{ number_format($item->item_est_value, 2) }} ${{ number_format($item->item_min_bid, 2) }}
@endsection @push('js') @include('components.tomselect') @endpush @include('components.tomselect')