@extends('layouts.admin') @section('content')
| Name | Code | Currency | Base | Per KG | Per KM | Zone | Effective | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $pricing->name }} | {{ $pricing->code }} | {{ $pricing->currency }} | {{ number_format($pricing->base_rate,2) }} | {{ $pricing->per_kg_rate ? number_format($pricing->per_kg_rate,2) : '-' }} | {{ $pricing->per_km_rate ? number_format($pricing->per_km_rate,2) : '-' }} | {{ $pricing->zone ?: '-' }} | {{ $pricing->effective_from->format('Y-m-d') }}{{ $pricing->effective_to ? ' to '.$pricing->effective_to->format('Y-m-d') : '' }} | {{ ucfirst($pricing->status) }} | View Edit |
| No pricing rates found. | |||||||||