diff --git a/resources/views/timers/dashboard.blade.php b/resources/views/timers/dashboard.blade.php
index add346a..f3563ee 100644
--- a/resources/views/timers/dashboard.blade.php
+++ b/resources/views/timers/dashboard.blade.php
@@ -2,44 +2,65 @@
@section('content')
| Type | +Stage | +Region | +Location | +Owner | +Date & Time | +Notes | + + + @foreach($currentTimers as $timer) +
|---|---|---|---|---|---|---|
| {{ $timer->type }} | +{{ $timer->stage }} | +{{ $timer->region }} | +{{ $timer->system . " - " . $timer->planet . " - " . $timer->moon }} | +{{ $timer->owner }} | +{{ $timer->eveTime }} | +{{ $timer->notes }} | +
| 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'] }} | -
| Type | +Stage | +Region | +Location | +Owner | +Date & Time | +Notes | + + + @foreach($oldTimers as $timer) +
|---|---|---|---|---|---|---|
| {{ $timer->type }} | +{{ $timer->stage }} | +{{ $timer->region }} | +{{ $timer->system . " - " . $timer->planet . " - " . $timer->moon }} | +{{ $timer->owner }} | +{{ $timer->eveTime }} | +{{ $timer->notes }} | +