@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Parcel price') @section('vendor-style') @endsection @section('content') @include('admin.includes.show-msg')
Add parcel price, if it does not exist
| # | 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. |