Laravel Collect Wherenotin Tidak Bekerja
$bookings=Auth::user()->bookings()->where('Payment_Status','!=','error')->get();
Shadow
$bookings=Auth::user()->bookings()->where('Payment_Status','!=','error')->get();