@extends('layouts.layout-admin') @section('title', 'Shipping Costs') @section('header_title', 'Shipping Costs') @section('header_subtitle', 'Manage shipping costs by destination') @section('content')
| Destination | Cost | Actions |
|---|---|---|
| {{ $shippingCost->destination }} | Rp {{ number_format($shippingCost->cost, 0, ',', '.') }} |
|
|
No shipping costs found |
||