@extends('frontend.layouts.app') @section('title', __('Dashboard')) @section('content')
|
|
TRACKING NUMBER | TAG | COST | DESTINATION | STATUS | |
|---|---|---|---|---|---|---|
|
|
|
{{ $subscribe->remark }} | {{ displayPriceFormat($subscribe->cost) }} |
@if($subscribe->parcel)
{{ $subscribe->parcel->trip->destination->name }}
{!! getParcelStatusBadge($subscribe->parcel->status) !!}
@else
Pending
@endif
|
|
| # | Tracking Number Date Tag Received Date | Destination Status | Action |
|---|---|---|---|
| {{ $key+1 }} |
|
|