Checked my logs and saw multiple errors:
SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘ti_menus.stock_qty’ in ‘where clause’ (SQL: select count(*) as aggregate from ti_menus
where (((lower(ti_menus.menu_name) like %a%) or (lower(ti_menus.menu_price) like %a%) or (lower(ti_menus.stock_qty) like %a%))) and (exists (select * from ti_locations
inner join ti_locationables
on ti_locations
.location_id
= ti_locationables
.location_id
where ti_menus
.menu_id
= ti_locationables
.locationable_id
and ti_locationables
.locationable_type
= menus and ti_locationables
.location_id
in (39)) or not exists (select * from ti_locations
inner join ti_locationables
on ti_locations
.location_id
= ti_locationables
.location_id
where ti_menus
.menu_id
= ti_locationables
.locationable_id
and ti_locationables
.locationable_type
= menus))) in /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:703
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘ti_menus.stock_qty’ in ‘where clause’ in /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:82