Untitled
unknown
plain_text
3 years ago
216 B
8
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...