Exemplo n.º 1
0
 /**
  * Show the application welcome screen to the user.
  *
  * @return Response
  */
 public function index()
 {
     $marketplaces = Marketplace::all();
     return view('admin.marketplaces.index')->with('marketplaces', $marketplaces);
 }