i have the following table $region_data = DB::table('region_mapping')->get();
$region_data = DB::table('region_mapping')->groupBy('region_id')->get();
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.