Пример #1
0
 public function bidManage()
 {
     $bids = Bid::all();
     return view('admin.bids')->with('bids', $bids);
 }