@extends('layouts.admin') @section('title', 'Create HS Code') @section('content')

Create New HS Code

@csrf @include('partials.admin.forms.hs-code')
Cancel
HS Code Guidelines
HS Code Format
  • Use standard HS code format (e.g., 870321)
  • Maximum 20 characters
  • Must be unique
Duty Types
  • Percentage: Applied as % of CIF value
  • Flat Rate: Fixed amount in KES
  • Per KG: Amount per kilogram
  • Per Container: Amount per container
Sensitive Goods

Mark as sensitive for goods requiring special handling or approval.

@endsection