Ejemplo n.º 1
0
 public function ListDeliveryBill()
 {
     $bill = Bill::DeliveryBill();
     $newBillCount = count(Bill::NewBill());
     $bill->setPath("list");
     $action = "Chờ giao hàng";
     return view("admin.hoadon.list", compact("bill", "action", "newBillCount"));
 }