I am using get() to retrieve data from table. Is any there any method that i can use
with get() to skip these two timestamps. There are 26 columns in table and it will be better to skip these two cols rather than selecting rest of the cols.
$user=clientDetail::where('user_id',Auth::user()->user_id)->get();