@extends('layouts.app') @section('title', 'Signature Request') @section('content')

Request a Signature

@if($templates->isNotEmpty())

Package ID: {{ $package_id }}

@endif
@if($templates->isEmpty())
No templates yet — click "Add Template" to get started.
Add Template
@else
@csrf

Select Documents

@foreach($templates as $row)
{{ $row->template_title }}
{{ $row->template_no_of_signers }} signers
@endforeach

0 templates selected

Preferences

Default settings applied

Signing Mode

No mode selected

Signers

Select documents first

Prefill Data

Select documents first

Email Message

Default message will be used

Prefill Information

Select documents to see available prefill fields.

How it works

1. Select Documents

Choose one or more templates from the list on the left. You can preview a document at any time using the Preview (eye) icon.

2. Configure Preferences

Set options such as Sequential Signing (specific order) and Field Visibility.

3. Choose a Signing Mode

Select Remote via Email for electronic requests, or In-Person Signing to sign on the current device.

4. Add Signer Information

Enter the name and email for each signer. Start typing to quickly select from your saved contacts.

5. Customize the Email Message

Add a personalized message using the rich text editor, or leave it blank to use the default system template.

6. Review and Send

Finalize your selection. If In-Person is selected, the document will open immediately for signature after you finish.

Preferences

Sequential signing
Signers must sign in order
Field Visible
Visible to all signers

Signing Mode

Signer Information

Select templates first.

Email Message

{!! $email_settings_data->signature_email_body ?? '' !!}

Review & Send

Templates

Prefill Values

None

Mode

Signers

@endif

Preview

@endsection