{{ App\Models\Configuracione::Orderby('id', 'desc')->first()->nombre }}
{{ App\Models\Configuracione::Orderby('id', 'desc')->first()->slogan }}
{{-- @livewire('bell') --}}
$ {{ number_format(Auth::user()->saldo->valor) ?? '0' }}
@if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'administrador')
Cargar saldo
@endif