@extends('layouts.b4') @section('content')

Total Contracts Available

{{ $num }}

@if($num > 0)
@foreach($contracts as $contract) @endforeach
Pickup System Destination System Type Volume Date Expired Collateral Reward Availability
{{ $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'] }}
@endif @endsection