@extends('layouts.bootstrap') @section('title', 'Manage Bids - ' . $tender->name) @section('content')
{{ $tender->reference_number }}
@if($tender->description){{ $tender->description }}
@endif| Position | Company Name | Bid Value | Submitted Date | Notes | Actions |
|---|---|---|---|---|---|
| #{{ $bid->position }} @if($bid->position == 1) @endif | {{ $bid->company_name }} | {{ $bid->getFormattedBidValue() }} |
{{ $bid->submitted_at->format('M d, Y') }}
{{ $bid->submitted_at->format('h:i A') }} |
@if($bid->notes) {{ Str::limit($bid->notes, 50) }} @else - @endif |