Exemple #1
0
 public function email()
 {
     $emails = Email::get();
     return view('admin/settings/email', ['emails' => $emails]);
 }