Skip to content

Instantly share code, notes, and snippets.

@nasrulhazim
Created December 31, 2019 10:52
Show Gist options
  • Save nasrulhazim/20a8d541892e1d3851d506d490ed21dc to your computer and use it in GitHub Desktop.
Save nasrulhazim/20a8d541892e1d3851d506d490ed21dc to your computer and use it in GitHub Desktop.
Section to remove in Laravel Nova layout
@foreach (\Laravel\Nova\Nova::availableTools(request()) as $tool)
{!! $tool->renderNavigation() !!}
@endforeach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment