|
@@ -82,12 +82,10 @@
|
|
<tr class="bg-light">
|
|
<tr class="bg-light">
|
|
<th class="px-2 text-nowrap text-secondary border-bottom-0">Created At</th>
|
|
<th class="px-2 text-nowrap text-secondary border-bottom-0">Created At</th>
|
|
<th class="px-2 text-nowrap text-secondary border-bottom-0">Supply Orders</th>
|
|
<th class="px-2 text-nowrap text-secondary border-bottom-0">Supply Orders</th>
|
|
- @if(!$shipment)
|
|
|
|
- <th class="px-2 text-nowrap text-secondary border-bottom-0">Label File</th>
|
|
|
|
- <th class="px-2 text-nowrap text-secondary border-bottom-0">Courier</th>
|
|
|
|
- <th class="px-2 text-nowrap text-secondary border-bottom-0">Tracking #</th>
|
|
|
|
- <th class="px-2 text-nowrap text-secondary border-bottom-0">Status</th>
|
|
|
|
- @endif
|
|
|
|
|
|
+ <th class="px-2 text-nowrap text-secondary border-bottom-0">Label File</th>
|
|
|
|
+ <th class="px-2 text-nowrap text-secondary border-bottom-0">Courier</th>
|
|
|
|
+ <th class="px-2 text-nowrap text-secondary border-bottom-0">Tracking #</th>
|
|
|
|
+ <th class="px-2 text-nowrap text-secondary border-bottom-0">Status</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -99,20 +97,18 @@
|
|
</a>
|
|
</a>
|
|
</td>
|
|
</td>
|
|
<td class="px-2">{{count($iShipment->supplyOrders)}}</td>
|
|
<td class="px-2">{{count($iShipment->supplyOrders)}}</td>
|
|
- @if(!$shipment)
|
|
|
|
- <td class="px-2">
|
|
|
|
- @if($iShipment->label_system_file_id)
|
|
|
|
- <a class="pdf-viewer-trigger" native="" target="_blank"
|
|
|
|
- href="/api/shipment/downloadLabel/{{$iShipment->uid}}" title="View">
|
|
|
|
- <i class="fa fa-file-pdf text-danger on-hover-opaque"></i>
|
|
|
|
- View
|
|
|
|
- </a>
|
|
|
|
- @endif
|
|
|
|
- </td>
|
|
|
|
- <td class="px-2">{{ $iShipment->courier }}</td>
|
|
|
|
- <td class="px-2">{{ $iShipment->tracking_number }}</td>
|
|
|
|
- <td class="px-2">{{ $iShipment->status }}</td>
|
|
|
|
- @endif
|
|
|
|
|
|
+ <td class="px-2">
|
|
|
|
+ @if($iShipment->label_system_file_id)
|
|
|
|
+ <a class="pdf-viewer-trigger" native="" target="_blank"
|
|
|
|
+ href="/api/shipment/downloadLabel/{{$iShipment->uid}}" title="View">
|
|
|
|
+ <i class="fa fa-file-pdf text-danger on-hover-opaque"></i>
|
|
|
|
+ View
|
|
|
|
+ </a>
|
|
|
|
+ @endif
|
|
|
|
+ </td>
|
|
|
|
+ <td class="px-2">{{ $iShipment->courier }}</td>
|
|
|
|
+ <td class="px-2">{{ $iShipment->tracking_number }}</td>
|
|
|
|
+ <td class="px-2">{{ $iShipment->status }}</td>
|
|
</tr>
|
|
</tr>
|
|
@endforeach
|
|
@endforeach
|
|
</tbody>
|
|
</tbody>
|