ErichNiem
Results
1
issues of
ErichNiem
I am trying to get the id from my database table to show on my datatable. So far I have tried ``` $properties = DB::table('property') ->join('vetting', 'vetting.property_id', '=', 'property.id') ->where('vetting_status',...