Skip to content

Commit 04af9c3

Browse files
authored
Merge pull request #4 from CodeRomeos/main
Add condition etd
2 parents af2c9c5 + c58e997 commit 04af9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/views/shop/tracking.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class="block w-full px-[14px] py-[14px] bg-[#F5F5F5] rounded-lg text-gray-900 te
110110
<div class="expected-delivery-date">
111111
Estimated Delivery Time
112112
</div>
113-
<time style="font-size: 1.5rem">{{ $tracking_data['etd'] }}</time><br />
113+
<time style="font-size: 1.5rem">{{ $tracking_data['etd'] ?? '' }}</time><br />
114114
@endif
115115
<p>
116116
Current Status - <strong>{{ $current_status }}</strong>

0 commit comments

Comments
 (0)