@extends('layouts.app') @section('title', 'Signature Request List') @section('content')
Batch ID : {{ $currentBatch->bulk_guid }}
@if($currentBatch) Viewing all independent signature requests created within this specific bulk batch. @elseif(str_contains($title, 'sent')) Monitor pending signatures and follow up with sent docs. @elseif(str_contains($title, 'completed')) Review your finalized agreements and analyze conversions. @elseif(str_contains($title, 'deleted')) Manage removed records and optimize your workflow by auditing canceled opportunities. @else Track your store's progress to boost your sales. @endif
{{ $package->package_date }}
Signature Progress
Templates
Row Number
#{{ ($packages->currentPage() - 1) * $packages->perPage() + $loop->iteration }}
Signing Mode
{{-- $package->package_sent_mode == 'Email' ? 'Remote via Email' : ($package->package_sent_mode == 'Local' ? 'In-Person' : '') --}} {{ !empty($package->public_link_id) ? 'Public Link' : ($package->package_sent_mode == 'Email' ? 'Remote via Email' : ($package->package_sent_mode == 'Local' ? 'In-Person' : '')) }}
Status
{{ $package->package_status }}
Date
{{ $package->package_date }}