@extends('admin.main') @section('content')
| Invoice Number | Tracking Status | Scanned By | Date Created | |
|---|---|---|---|---|
| {{ $track->InvoiceNumber }} | @if ($track->StepId == 10){{ $track->StepLabel }} via {{ $track->Carrier }} Click here. | @else{{ $track->StepLabel }} | @endif{{ $track->Name }} | {{ $track->DateCreated }} |
| No Record Found | ||||