← Requests

Send for signature

Pick one or more templates, fill in the data and choose a recipient. They’ll all be signed from a single link.

@if ($templates->isEmpty())
You need a ready template first. Create one.
@else

Select every contract this recipient should sign.

@foreach ($templates as $t) @endforeach
@if ($this->selectedTemplates->isNotEmpty())
@error('recipient_name')

{{ $message }}

@enderror
@error('recipient_email')

{{ $message }}

@enderror
@foreach ($this->selectedTemplates as $template) @if (!empty($template->variables))

{{ $template->name }} — data

@foreach ($template->variables as $var)
@endforeach

Fields left blank can be completed by the recipient when signing.

@endif @endforeach @endif
Cancel
@endif