From Example, This is Trips Table ( https://prnt.sc/xsv38zYUBdPU )
If I Query For Guides with a certain period (2022-06-05 - 2022-06-10) i should not get this guide because he's not available in this period and had already trip
I searched From ( 2022-06-5 - 2022-06-10 ) and it showed me the guide which has already trip in ( 2022-06-07 - 2022-06-10 ) So This User Should not be shown except if I search from ( 2022-06-5 - 2022-06-6 ) so This guide did not have any trip in this period
with this query, if I search with a date already has trip it show user if i search in date where no trip in this date it re turn empty which is work right but i need to reverse it i use WhereNotBetween but it's not work