notificaciones migracion y maquetado y modelo
This commit is contained in:
@@ -20,7 +20,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="flex">
|
||||
<livewire:bell />
|
||||
{{-- @livewire('bell') --}}
|
||||
|
||||
|
||||
|
||||
@if ( auth()->user()->rol->nombre != "editor")
|
||||
<div class="space-x-8 sm:ml-8 sm:pr-4 flex text-white font-semibold items-center border-r border-gray-500/40 my-2 mx-1 pr-1" >
|
||||
<div class=" text-sm sm:text-lg ">$ {{number_format(Auth::user()->saldo->valor) ?? '0'}}</div>
|
||||
|
||||
Reference in New Issue
Block a user