Show data from database for the current day
{{ DB::table('complaints')->where('created_at', '>=', new DateTime('today'))->count() }}