Untitled
unknown
plain_text
2 years ago
216 B
6
Indexable
public function PurchaseAll(){ $allData = Purchase::orderBy('date','desc')->orderBy('id','desc')->get(); return view('backend.purchase.purchase_all',compact('allData')); } // End Method
Editor is loading...