コード例 #1
0
 public function getEmailTemplates()
 {
     $tpls = EmailTemplate::paginate(10);
     return View::make('admin.templates.email.index')->with('templates', $tpls);
 }