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 -2
View File
@@ -20,8 +20,7 @@
Name: {{ $winnertotal_info_result->bidder_fname }} {{ $winnertotal_info_result->bidder_lname }}
</th>
<th>
Phone Number: {{ $winnertotal_info_result->bidder_phone }}
</th>
Phone Number: {{ \App\Helpers\PhoneHelper::format($winnertotal_info_result->bidder_phone) }} </th>
<th>
Total: ${{ $winnertotal_info_result->total_cost }}
</th>