$id = Auth::user()->id;print_r($id);
// Get the currently authenticated user's ID... $id = Auth::id();