1👍
maybe you need to parse the time using Carbon first like \Carbon\Carbon::parse($request->end_time)
and then use laravel whereTime helper.
->whereTime('start_time','<',\Carbon\Carbon::parse($request->start_time))
- [Vuejs]-How to customize php artisan ui vue –auth files
- [Vuejs]-How to calculate total from three components in Vuejs?
Source:stackexchange.com