heihachi88
8/2/2014 - 3:54 AM

Show data from database for the current day

Show data from database for the current day

{{ DB::table('complaints')->where('created_at', '>=', new DateTime('today'))->count() }}