13 lines
244 B
PHP
Executable File
13 lines
244 B
PHP
Executable File
<x-app-layout>
|
|
|
|
|
|
<livewire:show-inicio />
|
|
|
|
<br>
|
|
{{-- @if (!in_array(auth()->user()->rol?->nombre, ['administrador', 'Roger','editor']))
|
|
<livewire:share-code-component />
|
|
@endif --}}
|
|
|
|
<livewire:show-clientes />
|
|
</x-app-layout>
|