I had a if statement that return 'active active-c' if the getName is true, but the problem is i wanna put two value on it so I do this:
@if (Route::current()->getName() === 'sonyForm' || 'warnerForm') active active-c @endif
But that ain't work well, how to do that properly?