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

Bulk Signature Request Bulk signing allows you to create many independent signature requests at once using a CSV file.

Upload recipient data to create independent signature requests in bulk.

Batch Identifier: {{ $package_id }}

@csrf

1. Select Template(s)

@foreach($templates as $row)
{{ $row->template_title }}
{{ $row->template_no_of_signers }} Signer Positions
@endforeach
0 templates selected

1. Batch Name / Label Give this batch a name to identify it easily in your history (e.g., "September Payroll" or "Onboarding Group A").

This name is for your internal reference.

2. Add Recipients

Select templates to enable upload

3. Preferences

Default settings applied

4. Signing Mode

Remote Email

5. Custom Message

Default message will be used

Recipient CSV Upload

Recipient data must be provided in a CSV file following the required format.

Click to select CSV file

Batch Preferences

Sequential signing
Signers must sign in order
Field Visible
Visible to all signers
Random Sending Delay
Gap between emails (3s)

Signing Mode

Shared Email Message

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

This message applies to all requests in this batch.

Review Bulk Request

Selected Templates

Recipient Count

Signing Mode

Each recipient will receive their own independent signing request.

@endsection