Issue
This Content is from Stack Overflow. Question asked by Marshall44
this is the code where finding count and taking first records now I need to add all these values. Thanks
$audio = AppModelsaudiodata::where('u_id', $u_id)->count();
$credentialdata = AppModelscredentialdata::where('u_id', $u_id)->count();
$connection = AppModelsConnectiondata::where('u_id', $u_id)->first();
$image = AppModelsimagedata::where('u_id', $u_id)->first();
Solution
This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.
This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.