editar tarifas promociones
This commit is contained in:
@@ -596,9 +596,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{{-- Modal newCuenta --}}
|
||||
|
||||
<div x-cloak x-show="newCuenta" x-transition:enter="transition duration-350"
|
||||
x-transition:enter-start="opacity-0 scale-100" x-transition:enter-end="opacity-100 scale-100"
|
||||
x-transition:leave="transition duration-350" x-transition:leave-start="opacity-100 scale-100"
|
||||
@@ -698,10 +696,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{{-- Modal tarifas --}}
|
||||
|
||||
<div x-cloak x-show="modTarifas" x-transition:enter="transition duration-350"
|
||||
x-transition:enter-start="opacity-0 scale-100" x-transition:enter-end="opacity-100 scale-100"
|
||||
x-transition:leave="transition duration-350" x-transition:leave-start="opacity-100 scale-100"
|
||||
@@ -808,9 +803,9 @@
|
||||
</td>
|
||||
<td class="pl-[1rem]">{{ $tarifa->rol->nombre ?? '' }}</td>
|
||||
<td class="pl-[1rem]">{{ $tarifa->pantallas ?? '' }}</td>
|
||||
<td class="pl-[1rem]">{{ $tarifa->valor ?? '' }}</td>
|
||||
<td class="pl-[1rem]">{{ number_format($tarifa->valor ?? 0) }}</td>
|
||||
<td class="pl-[1rem]">{{ $tarifa->dias ?? '' }}</td>
|
||||
<td class="pl-[1rem]">{{ $tarifa->utilidad ?? '' }}</td>
|
||||
<td class="pl-[1rem]">{{ number_format($tarifa->utilidad ?? 0) }}</td>
|
||||
<td class="pl-[1rem]">
|
||||
<button wire:click="editar({{ $tarifa }})" class="justify-center flex px-3 py-2 rounded-lg text-xs cursor-pointer text-white bg-[#B221FD] hover:bg-[#7a02b8]">Editar</button>
|
||||
</td>
|
||||
@@ -999,6 +994,7 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@include('layouts.footer')
|
||||
<script>
|
||||
function copiarAlPortapapeles(id_elemento) {
|
||||
|
||||
Reference in New Issue
Block a user