laravel php "message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column '' in 'where clause' (SQL: select count(*) as aggregate from `packages` where `` = 0 and (`` = 1) and `packages`.`deleted_at` is null)",
this means that your column name is incorrect
1. run php artisan migrate
2. check your column name dictation