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

Request a Signature

@if(session('is_plan_has_storage') === 'Yes' && $templates->isNotEmpty())

Package ID: {{ $package_id }}

@endif
@if(session('is_plan_has_storage') === 'Yes' && $templates->isNotEmpty()) @endif
@if(session('is_plan_has_storage') !== 'Yes')

Plan Storage Limit Reached

You reached your plan storage limit. Please upgrade your plan to continue requesting signatures.

@else @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.

Signer details not added

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.

Prefill data not added

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, where recipients sign in a specific order, and Field Visibility, which controls whether signers can view fields assigned to others.

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. If no custom message is provided, the default email template will be used.

6. Review and Send

Review the selected documents, signer information, and preferences to ensure everything is correct before sending the signature request. If In-Person Signing is selected, you can open the document directly on your device and have the signer complete it immediately during the session.

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 @endif

Preview

@endsection