I try to to show an array on a datatable using html ,my project is PHP laravel
this is my query $data = Item_Exp::selectRaw('sum(qty) as qty,item_id,depart_id,sum(item_rate) as item_rate')->groupBy('depart_id')->groupBy('item_id')->get();
`and this is the table I want to add my data to in html