Untitled

Anonymous
plain_text
02/20/2023 7:40 AM
288 B
21
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...