new functionality: Add project coding configuration feature for projects
This commit is contained in:
@@ -134,6 +134,45 @@
|
||||
{{ __('Create User') }}
|
||||
</flux:navlist.item>
|
||||
</flux:navlist.group>
|
||||
|
||||
<flux:separator />
|
||||
<!-- Sección de Empresas -->
|
||||
<flux:navlist.group :heading="__('Empresas')" expandable>
|
||||
<flux:navlist.item
|
||||
icon="building-office-2"
|
||||
:href="route('companies.index')"
|
||||
wire:navigate
|
||||
>
|
||||
{{ __('List companies') }}
|
||||
</flux:navlist.item>
|
||||
|
||||
<flux:navlist.item
|
||||
icon="building-office"
|
||||
:href="route('companies.create')"
|
||||
wire:navigate
|
||||
>
|
||||
{{ __('Create new company') }}
|
||||
</flux:navlist.item>
|
||||
</flux:navlist.group>
|
||||
|
||||
<flux:separator />
|
||||
<flux:navlist.group :heading="__('Projects')" expandable>
|
||||
<flux:navlist.item
|
||||
icon="folder"
|
||||
:href="route('projects.index')"
|
||||
wire:navigate
|
||||
>
|
||||
{{ __('List Projects') }}
|
||||
</flux:navlist.item>
|
||||
|
||||
<flux:navlist.item
|
||||
icon="plus"
|
||||
:href="route('projects.create')"
|
||||
wire:navigate
|
||||
>
|
||||
{{ __('Create Project') }}
|
||||
</flux:navlist.item>
|
||||
</flux:navlist.group>
|
||||
</flux:navlist>
|
||||
|
||||
@endpush
|
||||
|
||||
Reference in New Issue
Block a user