@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Parcel category') @section('vendor-style') @endsection @section('content') @include('admin.includes.show-msg')
Add parcel category, if it does not exist
| # | Category name | Length * Height * Width | Weight (min-max) | Actions |
|---|---|---|---|---|
| @include('admin.includes._iteration', ['data' => $parcel_categorys]) | {{ Str::ucfirst($item->name) }} |
Min: {{ $item->length_min . ' x ' . $item->height_min . ' x ' . $item->width_min }} cm Max: {{ $item->length_max . ' x ' . $item->height_max . ' x ' . $item->width_max }} cm |
{{ $item->weight_min }}kg to {{ $item->weight_max }}kg |
|
| No record found. |