diff --git a/resources/views/purchases/payments/index.blade.php b/resources/views/purchases/payments/index.blade.php
index 6af3359f2..bb78adaab 100644
--- a/resources/views/purchases/payments/index.blade.php
+++ b/resources/views/purchases/payments/index.blade.php
@@ -50,7 +50,7 @@
{{ Form::bulkActionGroup($item->id, $item->contact->name) }} |
@if ($item->reconciled)
- @date($item->paid_at) |
+ @date($item->paid_at) |
@else
@date($item->paid_at) |
@endif
diff --git a/resources/views/sales/revenues/index.blade.php b/resources/views/sales/revenues/index.blade.php
index 886cd3a55..1a6dddf84 100644
--- a/resources/views/sales/revenues/index.blade.php
+++ b/resources/views/sales/revenues/index.blade.php
@@ -50,7 +50,7 @@
{{ Form::bulkActionGroup($item->id, $item->contact->name) }} |
@if ($item->reconciled)
- @date($item->paid_at) |
+ @date($item->paid_at) |
@else
@date($item->paid_at) |
@endif