/** * Get the list of all the mail records from the database * * @return \Illuminate\Database\Eloquent\Collection|static[] */ public function getAllMailLog() { return $this->model->all(); }