@extends('layouts.legal') @section('title', 'Review & Sign') @section('styles') @endsection @section('content')

Document Package Execution

BUNDLE REF: {{ $sigRequest->external_id }}

01. Document Review

@php $docs = is_array($sigRequest->document_type) ? $sigRequest->document_type : explode(',', $sigRequest->document_type); @endphp @foreach($docs as $index => $doc)
#{{ $index + 1 }}

{{ Str::headline(trim($doc)) }}

Click to View
@endforeach

02. Execution Desk

By applying your signature below and clicking "Execute All Documents", you acknowledge that you have reviewed the {{ count($docs) }} documents listed in Section 01 and provide your express consent to be legally bound by their terms.

Authorized Signature Required
@endsection @section('scripts') @endsection