change phone number display

This commit is contained in:
2026-04-26 15:24:05 -04:00
parent ad66fef19b
commit d64e1d5578
13 changed files with 57 additions and 14 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
Name: {{ $checkout_info_result->bidder_fname }} {{ $checkout_info_result->bidder_lname }}
</th>
<th colspan="2">
Phone Number: {{ $checkout_info_result->bidder_phone }}
Phone Number: {{ \App\Helpers\PhoneHelper::format($checkout_info_result->bidder_phone) }}
</th>
</tr>
<tr>