diff --git a/resources/views/layouts/menu.blade.php b/resources/views/layouts/menu.blade.php index adfd32ed82..f353a91316 100644 --- a/resources/views/layouts/menu.blade.php +++ b/resources/views/layouts/menu.blade.php @@ -251,9 +251,14 @@ @endif @admin -
  • {{ __('Custom Map Editor') }} -
  • +
  • + {{ __('Custom Map Editor') }} +
  • + @if(Route::is('maps.custom.show')) +
  • + {{ __('Edit Current Map') }} +
  • + @endif @endadmin