Se creo perfil ventas

This commit is contained in:
Guillermo Gutierrez
2024-09-04 19:01:24 -07:00
parent 8dddde8ade
commit 0f7102597e
3 changed files with 41 additions and 1 deletions

View File

@@ -27,9 +27,11 @@
{{ __('Cancelacion') }}
</x-nav-link>
@endrole
@role('admin|compras|ventas')
<x-nav-link href="{{ route('pedido') }}" :active="request()->routeIs('pedido')">
{{ __('Pedido') }}
</x-nav-link>
@endrole
@role('admin')
<x-nav-link href="{{ route('rutas') }}" :active="request()->routeIs('rutas')">
{{ __('Rutas') }}