account_id) ->where('client_id','=',$clientId)->get()) ->addColumn('date', function($model) { return $model->created_at->format('m/d/y h:i a'); }) ->addColumn('message', function($model) { return $model->message; }) ->orderColumns('date') ->make(); } }