Skip to content

Commit 6adeb00

Browse files
authored
Merge pull request #5 from CodeRomeos/main
Add condition
2 parents 04af9c3 + 5eda267 commit 6adeb00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<x-slot:title>
5959
Delhivery Tracking | {{ config('app.name') }}
6060
</x-slot>
61-
61+
@dd($tracking_data)
6262
<div class="main" style="padding-bottom: 300px">
6363
<div class="container mt-[30px] px-[60px] max-lg:px-[30px]">
6464
<div class="two-col">
@@ -110,7 +110,8 @@ 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">{{ $etd }}</time><br />
114+
{{-- <time style="font-size: 1.5rem">{{ $tracking_data['ExpectedDeliveryDate'] ?? '' }}</time><br /> --}}
114115
@endif
115116
<p>
116117
Current Status - <strong>{{ $current_status }}</strong>

0 commit comments

Comments
 (0)