File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments