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

Create New Benchmark

@csrf
@error('hs_code_id')
{{ $message }}
@enderror
@error('min_type')
{{ $message }}
@enderror
@error('min_value')
{{ $message }}
@enderror
@error('currency')
{{ $message }}
@enderror
@error('effective_from')
{{ $message }}
@enderror
@error('effective_to')
{{ $message }}
@enderror Leave empty if ongoing
Cancel
Benchmark Guidelines
Minimum Types
  • CIF Value: Minimum customs value for the entire shipment
  • Per KG: Minimum value per kilogram of goods
  • Per Container: Minimum value per container
Purpose

Benchmarks ensure fair valuation of imports and prevent under-invoicing.

Currency

Values will be converted to KES using current exchange rates during calculation.

@endsection