Update navigation.blade.php
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="sm:block h-full" x-data="{ menuG: false }">
|
||||
|
||||
@php
|
||||
$config = \App\Models\Configuracione::Orderby('id','asc')->first();
|
||||
$config = \App\Models\Configuracione::->orderby('id', 'desc')->first();
|
||||
@endphp
|
||||
|
||||
<div x-cloak x-show="menuG"
|
||||
|
||||
Reference in New Issue
Block a user