Lakshan Madushanka

Results 3 issues of Lakshan Madushanka

This pr fix showing past upcoming streams in home page(#280) and some minor issues. Before ![Screenshot 2024-02-21 173558](https://github.com/christophrumpel/larastreamers/assets/47297673/5c91cb84-4b93-4ea5-8879-b50375d13e3f) After ![Screenshot 2024-02-21 173558](https://github.com/christophrumpel/larastreamers/assets/47297673/d349c696-80c0-42c7-bb51-f1eaa6a5c031)

[Here](https://github.com/abbasudo/laravel-purity/blob/5dc70b98c6548e56a175c9702566e86962354b51/src/Traits/Filterable.php#L141C26-L141C45), we should not give priority to $renamedFilters if $availableFilters are defined.

bug

Currently, if we need to restrict fields and rename fields, we have to define both `$availableFields` and `$renamedFields`. It causes code duplication. We can avoid it with this feature.

enhancement