@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 Choose one or more document templates to send for signature. Only templates that contain configured fillable fields are available for selection.

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

0 templates selected

Signature Preferences Configure options such as sequential signing order and field visibility settings.

Default settings applied

Signing Mode Choose whether to send signature requests by email or collect signatures in person during a face-to-face session.

No mode selected

Add Signers Add the names, email addresses, and other details for each signer.

No documents selected

Prefill Data Enter initial values for document fields designated for the sender. This information will be populated in the document before it is sent to the signers.

No documents selected

Message To Recepients Enter a custom message to include with the signature request. If left blank, the default email template message will be used.

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 Enter recipient details below. As you type, matching contacts from your saved address book will be displayed for quick selection.

Select templates first.

Email Message

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

Review & Send

Templates

Prefill Values

None

Mode

Signers

@endif

Preview

@endsection