コード例 #1
0
ファイル: content.php プロジェクト: bankorh/ecom1_laravel
 public function get_favorites()
 {
     return view('content.favorites')->with('page_title', 'Your Favorite Pages')->with('titles', Favorite::all());
 }