añadir nuevas funcionalidades

This commit is contained in:
2025-04-30 20:56:28 +02:00
parent 883daf32ed
commit 655ea60d6b
71 changed files with 3836 additions and 1158 deletions

View File

@@ -0,0 +1,6 @@
@props(['label', 'value'])
<div class="flex justify-between items-center border-b border-gray-100 pb-2">
<span class="text-sm text-gray-500">{{ $label }}:</span>
<span class="text-sm font-medium text-gray-900">{{ $value }}</span>
</div>