Skip to content

Commit

Permalink
View modified
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwebwiz committed Nov 23, 2017
1 parent 9eac208 commit 192e6a6
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions resources/views/trackingresult.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function initMap() {
<h4>Carrier:</h4> {{ $tracking->carrier }}
</div>
<div class="col-md-4 col-sm-4">
{{-- <h4>Carrier:</h4> {{ $tracking->carrier }} --}}
<h4>Departure Time:</h4> {{ $tracking->departure_time }}
</div>
</div>
<hr>
Expand Down Expand Up @@ -164,10 +164,10 @@ function initMap() {
<hr>
<div class="row">
<div class="col-md-4 col-sm-4">
<h4>Payment Mode:</h4> {{ $tracking->payment_mode }}
<h4>Pick-up Time:</h4> {{ $tracking->pickup_time }}
</div>
<div class="col-md-4 col-sm-4">
{{-- <h4>Total Freight:</h4> {{ $tracking->totalFreight }} --}}
<h4>Pick-up Date:</h4> {{ $tracking->pickup_date }}
</div>
<div class="col-md-4 col-sm-4">
<h4>Expected Delivery Date:</h4> {{ $tracking->expected_delivery_date }}
Expand All @@ -176,13 +176,7 @@ function initMap() {
<hr>
<div class="row">
<div class="col-md-4 col-sm-4">
<h4>Departure Time:</h4> {{ $tracking->departure_time }}
</div>
<div class="col-md-4 col-sm-4">
<h4>Pick-up Date:</h4> {{ $tracking->pickup_date }}
</div>
<div class="col-md-4 col-sm-4">
<h4>Pick-up Time:</h4> {{ $tracking->pickup_time }}
<h4>Payment Mode:</h4> {{ $tracking->payment_mode }}
</div>
</div>
</div>
Expand Down

0 comments on commit 192e6a6

Please sign in to comment.