freescout-customers-groups/Resources/views/partials/menu.blade.php
Antoine Le Gonidec 5beaf94f3a
Add a new menu entry
This is only a placeholder for now, it does not send to a real page yet.
2024-07-16 16:54:04 +02:00

8 lines
228 B
PHP

<?php
/*
SPDX-License-Identifier: AGPL-3.0-only
SPDX-FileCopyrightText: © 2024 Millions Missing FRANCE <info@millionsmissing.fr>
*/
?>
<li class=""><a href="{{ route('groups.list') }}">{{ __('Customers groups') }}</a></li>