@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 templates from the left column.

2. Prefill Fields

Fill in standard information that doesn't change per signer.

Preferences

Sequential signing
Field Visible

Signing Mode

Signer Information

Email Message

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

Review & Send

Selected Templates

Prefill Details

Signers

@endif

Document Preview

@endsection