@extends('layouts.app') @section('title', 'Add New District Pricing') @section('content')

Add New District Pricing

Configure delivery rates for specific routes and service types

Back to Pricing List
Pricing Configuration
@csrf
Route Configuration
@error('pickup_district_id')
{{ $message }}
@enderror
@error('drop_district_id')
{{ $message }}
@enderror
Service Configuration
@error('service_type')
{{ $message }}
@enderror
@error('estimated_days')
{{ $message }}
@enderror
Pricing Details
Fixed charge regardless of weight (Disabled)
@error('base_rate')
{{ $message }}
@enderror
Additional charge per kilogram
@error('per_kg_rate')
{{ $message }}
@enderror
Minimum amount to charge for this route (Disabled)
@error('minimum_charge')
{{ $message }}
@enderror
Optional maximum charge cap (Disabled)
@error('maximum_charge')
{{ $message }}
@enderror
@error('notes')
{{ $message }}
@enderror

Cancel
Pricing Preview

Fill in the pricing details to see a preview

Test Calculation
Weight (KG)
Total Cost: Rs. 0.00
Base Rate: Rs. 0.00
Weight Charge: Rs. 0.00
Final Amount: Rs. 0.00
Pricing Tips
  • Set competitive base rates for your market
  • Consider distance and delivery complexity
  • Use minimum charges to ensure profitability
  • Express services should cost more than standard
  • Review and update pricing regularly
@endsection