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