@extends('layouts.app') @section('title', 'Resume Application') @section('content')

Resume Existing Application

If you have already completed Step 1 and received a form number, enter it below to continue uploading your documents.

@csrf
Your form number was shown after completing Step 1 of the application.
@error('form_number')
{{ $message }}
@enderror

Don't have an application yet?

Start New Application
@endsection