Ejemplo n.º 1
0
 public function __construct()
 {
     $this->features = ProductDetail::get();
 }
Ejemplo n.º 2
0
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $features = ProductDetail::get();
     $panel = $this->panel;
     return view('features.index', compact('panel', 'features'));
 }