Beispiel #1
0
 public function index()
 {
     $bill = bill::all();
     return View::make('bills.index', compact('bill'));
 }