Contracts
You’ve made {{ $contracts->count() }} contracts this month
Total Contracts
{{ $contracts->count() }} Contract(s)
Total Value
{{ number_format($currentMonthTotalValue, 2) }} USD
Active Contracts
{{ $activeContracts }} Contract(s)
Contract ID | RFQ ID | Product | Volume | Price | Value | Supplier | Status | |
---|---|---|---|---|---|---|---|---|
{{ $contract->contract_id }} |
{{ $contract->rfq->ref_id }} |
{{ $contract->rfq->defaultProduct->name }} {{$contract->rfq->category->name}} |
{{number_format( $contract->volume_kg,2) }} {{$contract->unit}} |
{{number_format($contract->price_per_kg,2)}} {{$contract->unit}} |
{{number_format($contract->total_price,2)}} {{$contract->currency}} |
{{$contract->buyer->company->name}}. |
@if ($contract->status == 0)
Active @elseif($contract->status == 1)Paused @elseif($contract->status == 2)Canceled @elseif($contract->status == 3)Completed @endif |