We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af2c9c5 + c58e997 commit 04af9c3Copy full SHA for 04af9c3
src/Resources/views/shop/tracking.blade.php
@@ -110,7 +110,7 @@ class="block w-full px-[14px] py-[14px] bg-[#F5F5F5] rounded-lg text-gray-900 te
110
<div class="expected-delivery-date">
111
Estimated Delivery Time
112
</div>
113
- <time style="font-size: 1.5rem">{{ $tracking_data['etd'] }}</time><br />
+ <time style="font-size: 1.5rem">{{ $tracking_data['etd'] ?? '' }}</time><br />
114
@endif
115
<p>
116
Current Status - <strong>{{ $current_status }}</strong>
0 commit comments