Laravel Collect Wherenotin ne fonctionne pas

$bookings=Auth::user()->bookings()->where('Payment_Status','!=','error')->get();
Shadow