update ver tarifas
This commit is contained in:
@@ -106,9 +106,7 @@
|
||||
<tr class="border-gray-200 text-left w-full sm:pl-4 hover:bg-gray-200 hover:ring-gray-500"
|
||||
x-data="{ openOption: false }">
|
||||
<td class="sm:pl-[2rem] w-full py-2">
|
||||
<img src="{{ asset($servicio->img) }}"
|
||||
class=" w-24 sm:w-28 m-auto rounded-lg object-cover h-12 sm:h-14 object-center shadow"
|
||||
alt="">
|
||||
<img src="{{ asset($servicio->img) }}" class=" w-24 sm:w-28 m-auto rounded-lg object-cover h-12 sm:h-14 object-center shadow" alt="{{ $servicio->nombre }}">
|
||||
</td>
|
||||
<td class="sm:pr-[2rem] hidden sm:table-cell">
|
||||
{{ $servicio->id }}
|
||||
|
||||
Reference in New Issue
Block a user