2

i have the following table $region_data = DB::table('region_mapping')->get();

$region_data = DB::table('region_mapping')->groupBy('region_id')->get();

Without Groupby

With group By

On using groupby it is not displaying all the fields in region center what can i do for this. if there is modification please tell me comment section. Thank you in advance.

Hemanth
  • 136
  • 1
  • 1
  • 10

0 Answers0