コード例 #1
0
 public function index()
 {
     return view('dashboard.collection.index', ['collections' => Collection::all()]);
 }