示例#1
0
 public function index(Collection $collection)
 {
     return view('collections.list', ['objects' => $collection->getAll()]);
 }