mengubah duplikasi data
This commit is contained in:
parent
a4d49cd89b
commit
c502439228
|
@ -233,7 +233,7 @@ class="{{ $isUnavailable ? 'text-gray-400 bg-gray-100' : '' }}"
|
|||
</div>
|
||||
</hr>
|
||||
</div>
|
||||
<button type="submit" wire:click="placeOrder" class="bg-green-500 mt-4 w-full p-3 rounded-lg text-lg text-white hover:bg-green-600">
|
||||
<button type="submit" class="bg-green-500 mt-4 w-full p-3 rounded-lg text-lg text-white hover:bg-green-600">
|
||||
Place Order
|
||||
</button>
|
||||
<div class="bg-white mt-4 rounded-xl shadow p-4 sm:p-7 dark:bg-slate-900">
|
||||
|
|
Loading…
Reference in New Issue