-3
@if(\Route::getFacadeRoot()->current()->uri() == 'dashboard' || \Route::getFacadeRoot()->current()->uri() == 'welcome' || \Route::getFacadeRoot()->current()->uri() == 'change-password' ||
        \Route::getFacadeRoot()->current()->uri() == 'not-found' )@endif
splash58
  • 26,043
  • 3
  • 22
  • 34

1 Answers1

0

In case of PHP, add <?php at the beggining of the file and ?> at the end of the file.

Other than PHP, search online.

Artis Zel
  • 61
  • 4