@extends('admin.layouts.app') @section('title', 'Ongkos Kirim') @section('content')
| Kota | 1kg Pertama | Per Kg | Status | |
|---|---|---|---|---|
| {{ $cost->city_name }} | Rp {{ number_format($cost->cost, 0, ',', '.') }} | @if($cost->cost_per_kg) Rp {{ number_format($cost->cost_per_kg, 0, ',', '.') }} @else — @endif | @if($cost->is_active) Aktif @else Nonaktif @endif | Edit |
| Belum ada ongkir | ||||