I want there to be a button where is says "BUTTON HERE" - what would be the best approach to do that? I have tried with some JS but i am not satisfied so far.
This works perfectly! I did not know that it was possible to put this:
{{ $booking->isHourBooked ? 'RedInfoButton bg-red-600 cursor-not-allowed' : 'bg-green-500' }}
directly inside the class. I thought that i @class was required. Thank you Snapey!