vendredi 21 août 2020

Converting multiple same name into one single name and also values get sum in laravel

I am trying to fetch the multi same name to single name also sum associated QTY values also.Show PART-ID as it's

example

enter image description here

I want to show like this

enter image description here

my controller

    public function productserach()
{ 
    $searchitem = Item_list::get();
    return view('products.product-serach',compact('searchitem'));
}


from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3hhokKk
via IFTTT

Aucun commentaire:

Enregistrer un commentaire