Lead Time Selection


Application Processing Lead Time

Since there is a demand for urgent approval, the processing lead time can now be chosen between Normal Lane, Fast Lane or Super-Fast Lane. Your current application is eligible for the lead time options below:
    @foreach ($product_pricing as $pricing) @php $charge = App\Models\Charge::where('pricing_id', $pricing->id)->first(); $laneAmount = $charge?->lane_amount ?? 0; $amount = $charge?->amount ?? 0; $total = $laneAmount ? $laneAmount + $amount : $amount; @endphp
    id, old('pricing_id', $app_pricing ? [$app_pricing->pricing_id] : [])))>

    @endforeach

Notes for Product Application:

  1. Processing times begin from the date complete documents are received.
  2. Applications submitted before 2 PM on a working day will be processed the same day. Submissions after 2 PM will be processed the next working day.
  3. Fast Lane and Super-Fast Lane options are available only for Type 1 and Type 3 applications, where criteria are pre-recognized and auto-detected by the system.
  4. Limits for expedited processing:

Notes: All processing days start from the date of receipt of complete documents.