Did you add indexes to the fields where you're searching for?
Documentation: https://laravel.com/docs/6.x/migrations#indexes
Source: https://dev.mysql.com/doc/refman/8.0/en/mysql-indexes.html
In your case you need to add an index to the f_name, l_name and gender column