@extends('admin.layouts.app') @section('title', 'Shipping Management') @section('content')
Configure shipping charges and classes
Global shipping rates by area
{{ $charge->name }}
৳{{ number_format($charge->amount) }}
No shipping charges configured
Product-specific shipping overrides
{{ $class->name }}
@if(($class->type ?? 'fixed') === 'percentage') {{ number_format($class->amount) }}% @else ৳{{ number_format($class->amount) }} @endif
{{ $class->products_count }} products • {{ ucfirst($class->type ?? 'fixed') }}
No shipping classes configured