diff --git a/resources/views/domain/view.blade.php b/resources/views/domain/view.blade.php
index 3121c3a..f55133f 100644
--- a/resources/views/domain/view.blade.php
+++ b/resources/views/domain/view.blade.php
@@ -49,10 +49,10 @@
{{ $oo->name }} |
{{ $oo->description }} |
- {{ ($x=$oo->echomail()->orderBy('created_at','DESC')->first()) ? $x->created_at->format('Y-m-d H:i') : '-' }} |
- {{ number_format($oo->echomail()->where('created_at','>=',Carbon::now()->subDay())->count()) }} |
- {{ number_format($oo->echomail()->where('created_at','>=',Carbon::now()->subWeek())->count()) }} |
- {{ number_format($oo->echomail()->where('created_at','>=',Carbon::now()->subMonth())->count()) }} |
+ {{ ($x=$oo->echomail()->orderBy('datetime','DESC')->first()) ? $x->datetime->format('Y-m-d H:i') : '-' }} |
+ {{ number_format($oo->echomail()->where('datetime','>=',Carbon::now()->subDay())->count()) }} |
+ {{ number_format($oo->echomail()->where('datetime','>=',Carbon::now()->subWeek())->count()) }} |
+ {{ number_format($oo->echomail()->where('datetime','>=',Carbon::now()->subMonth())->count()) }} |
@endforeach