diff --git a/resources/views/dashboard/dashboard.blade.php b/resources/views/dashboard/dashboard.blade.php
index b1bf58a..a27bc61 100644
--- a/resources/views/dashboard/dashboard.blade.php
+++ b/resources/views/dashboard/dashboard.blade.php
@@ -30,10 +30,10 @@
{{ $contract['pickup'] }} |
{{ $contract['destination'] }} |
{{ $contract['type'] }} |
- {{ number_format($contract['volume'], 2, ",", ".") }} |
+ {{ number_format($contract['volume'], 2, ".", ",") }} |
{{ $contract['expired'] }} |
- {{ number_format($contract['collateral'], 2, ",", ".") }} |
- {{ number_format($contract['reward'], 2, ",", ".") }} |
+ {{ number_format($contract['collateral'], 2, ".", ",") }} |
+ {{ number_format($contract['reward'], 2, ".", ",") }} |
{{ $contract['availability'] }} |
@endforeach