@extends('layouts.b4')
@section('content')
| Pickup System | Destination System | Type | Volume | Date Expired | Collateral | Reward | Availability | @foreach($contracts as $contract)
|---|---|---|---|---|---|---|---|
| {{ $contract['pickup'] }} | {{ $contract['destination'] }} | {{ $contract['type'] }} | {{ number_format($contract['volume'], 2, ".", ",") }} | {{ $contract['expired'] }} | {{ number_format($contract['collateral'], 2, ".", ",") }} | {{ number_format($contract['reward'], 2, ".", ",") }} | {{ $contract['availability'] }} |