How do I get all the data I have on today's date and the time that is going on now? in laravel code example Example: get current date laravel use Carbon\Carbon; $date = Carbon::now();