Laravel – unexpected token "endif", expecting end of file blade component
I'm trying to dynamically change the classes depending on the route in laravel, however using this: <x-ui.general.dashboard_link href="/dashboard/calendar" @if ("hello" == "hello") class="text-sm" @endif>CALENDAR</x-ui.general.dashboard_link> I get "syntax error, unexpected token "endif", expecting end of file", all @if and @endif's are…