@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

Email Message

Default message will be used

How it works

1. Select Documents

Browse and select one or multiple templates from the list on the left. You can preview documents using the eye icon.

2. Configure Preferences

Choose if you want Sequential Signing (signers must sign in order) or Visible Fields (all signers see all fields).

3. Select Signing Mode

Select Remote via Email to send links, or In-Person if the signer is with you right now.

4. Add Signer Details

Enter names and emails. Our autocomplete will help you find existing contacts quickly.

5. Customize Message

Use the rich text editor to write a personal note that will be included in the invitation email.

6. Review & Send

Check the summary in the Review panel to ensure everything is correct before sending the request.

Preferences

Sequential signing
Signers must sign in a specific order
Field Visible
Make fields visible to all signers

Signing Mode

Signer Information

Please select templates on the main page first.

Email Message

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

Review & Send

Selected Templates

Preferences

Signing Mode

Signers

@endif

Document Preview

@endsection