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

Create a new application

Find the customer, choose the government service and review the fee before opening the job.

@foreach([['01','Customer'], ['02','Service'], ['03','Review']] as [$number, $label])
{{ $number }} {{ $label }}
@endforeach
@if($errors->any())
Please check the application details.
@endif
@csrf
01

Customer lookup

Search by name, mobile, customer code, passport or Emirates ID.

02

Service and processing

Select the request type and processing priority.

@endsection