SyntaxFix
Write A Post
Hire A Developer
Questions
This is how I am comparing 2 dates, now() and a date from the table
@if (\Carbon\Carbon::now()->lte($item->client->event_date_from)) ..... ..... @endif
Should work just right. I have used the comparison functions provided by Carbon.