| # | Parcel category | Reseller group | From | To | Price standard | Price express | Note | Actions |
|---|---|---|---|---|---|---|---|---|
| @include('admin.includes._iteration', ['data' => $parcel_prices]) | {{ Str::ucfirst($item->parcel_category->name) }} | {{ Str::ucfirst($item->reseller ?? 'N\A') }} | {{ Str::ucfirst($item->from->name) }} | {{ Str::ucfirst($item->to->name) }} | {{ Str::ucfirst($item->price_standard) }} | {{ Str::ucfirst($item->price_express) }} | {{ Str::ucfirst($item->note ?? 'N\A') }} | |
| No record found. |