@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

Prefill Information

Please select templates on the main page first.

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 has "Prefill" fields, enter the details now. These values stay constant for all signers.

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

Prefill Fields

Preferences

Signing Mode

Signers

@endif

Document Preview

@endsection