añadir nuevas funcionalidades
This commit is contained in:
6
resources/views/components/property-item.blade.php
Normal file
6
resources/views/components/property-item.blade.php
Normal 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>
|
||||
Reference in New Issue
Block a user