@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

Prefill Fields

Select documents first

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.

2. Prefill Information

If your template contains "Prefill" fields, enter the values now. These will be burned into the document before sending.

3. Configure Preferences & Mode

Choose signing order and whether signers are remote or in-person.

Preferences

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

Signing Mode

Prefill Information

Please select templates on the main page first.

Signer Information

Please select templates on the main page first.

Email Message

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

Review & Send

Selected Templates

Prefill Values

Preferences

Signing Mode

Signers

@endif

Document Preview

@endsection