Notes for {{ ucfirst($application->type) }} Application:
- Processing times begin from the date complete documents are received.
- 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.
@if ($application->type == \App\Models\Application::TYPE_SERVICE)
- Fast Lane is available only for applications where the criteria are pre-recognised (auto detected by the system).
@else
- 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.
- Limits for expedited processing:
- Fast Lane: Up to 30 products
- Super-Fast Lane: Up to 20 products
@endif
Notes:
All processing days start from the date of receipt of complete documents.