|
|
|
@ -228,7 +228,7 @@ |
|
|
|
|
<input placeholder="Address" class="appearance-none bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg outline-none focus:ring-blue-500 focus:border-blue-500 w-full block p-2.5" type="text" name="to_{{ w.cid }}" value="{{ w.wd_address }}"> |
|
|
|
|
</td> |
|
|
|
|
<td class="py-4 pr-5"> |
|
|
|
|
<input placeholder="Amount" class="appearance-none bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg outline-none focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5" type="number" name="amt_{{ w.cid }}" value="{{ w.wd_value }}"> |
|
|
|
|
<input placeholder="Amount" class="appearance-none bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg outline-none focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5" type="text" name="amt_{{ w.cid }}" value="{{ w.wd_value }}"> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr class="bg-white border-t hover:bg-gray-50"> |
|
|
|
|