fixed the listing of the contacts page

This commit is contained in:
Aqeeb Imtiaz Harun
2018-08-03 12:32:30 +08:00
parent 3fc889cd97
commit f4763b9b29
4 changed files with 80 additions and 17 deletions
@@ -37,15 +37,6 @@ class ContactController extends Controller
}
}
// foreach ($contacts2 as $contact => $value) {
// print_r($value->sender_company_name);
// //if($value['sender_company_id'] == Auth::user()->company()->first()->id){
// // var_dump($contact);
// //print_r($value['sender_company_id']);
// //}
// //$contact->helo
// }
return response()->json($contacts2, 200);
}