This Nova tool lets you:
Add a tooltip to your menu item
php: >=8.0
laravel/nova: ^4.0
Note: This package dose't work with nova 3
You can install the nova tool in to a Laravel app that uses Nova via composer:
composer require badinansoft/nova-tooltip
Just need add this method to field tooltip()
Text::make(__('Domain'), 'domain')
->tooltip(__('Domain For Company <br /> <small class="text-primary-500">ex: https://badinanshipping.com</small>'))
Just need add this method to menu item tooltip()
MenuItem::resource(ArrivedToTurkishOfficeOrder::class)
->tooltip(__('Arrived Orders <br> <small>That mean the orders that <br> arrived to <b>turkish office</b></small>'))
->name(__('AO')),
The MIT License (MIT). Please see License File for more information.