@extends('layouts.app') @section('title','New Application') @section('content')
@include('tenant.partials.typist-page-nav')
10-step connected intake

Create a production application

Customer data, applicant relationships, current private documents, dynamic fields, government fees, payment intent, SLA and typist assignment stay connected.

@foreach(range(1,10) as $step){{ str_pad($step,2,'0',STR_PAD_LEFT) }}@endforeach
@if($errors->any())
Please check the application.
@endif
@csrf

01 · Search customer

Mobile, name, passport, Emirates ID, UID or customer code.

Quick create customer

02 · Choose applicant

Customer, family/dependent or corporate employee with sponsor context.

03 · Select service

Dynamic authority, processing time, fees and required documents.

04 · Auto-filled profile

Stored identity data is reused and its source remains visible.

Customer Profile + Current Documents

05 · Required document check

Current vault documents are classified as valid, expired, missing or pending verification.

Upload missing document

This service has no configured document checklist.

06 · Dynamic service fields

Conditional service configuration remains versioned with the application.

No additional fields configured for this service.

07 · Fees

Government pass-through is never classified as revenue.

Calculating…
@foreach([['gov_fee','Government / Pass-through'],['typing_fee','Typing revenue'],['service_charge','Service revenue'],['vat_amount','VAT'],['total_price','Total customer pays']] as [$key,$label])
{{ $label }}
@endforeach

08 · Payment intent

The configured invoice rule creates the auditable draft automatically.

@foreach(['pay_now'=>'Pay now','pay_later'=>'Pay later','corporate_credit'=>'Corporate credit','partial_payment'=>'Partial payment'] as $key=>$label)@endforeach

09 · Priority and SLA

Set urgency and an optional promised due time.

10 · Assignment

Manual typist selection includes live workload; history is immutable.

@endsection