コード例 #1
0
 /**
  * Show the default imprint page that includes
  * infos about the CMS.
  * 
  * @return void
  */
 public function showImprint()
 {
     $imprintText = CustomPage::findOrFail(1)->text;
     $this->pageView('pages::imprint', compact('imprintText'));
 }