
First let’s go to your Laravel project And add your blade file JavaScript

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).on('click', '.pubTrip', function() { | |
id = $(this).attr('id'); | |
date = $(this).attr('date'); | |
time = $(this).attr('time'); | |
var dateObj = new Date(date + ' ' + time); |
And go to your Laravel project And Inspect and check you console log
