{{ __('Confirm Signature') }}

{{ __('Confirm Signature') }}

{{ __('Document') }}

{{ $model->document->title ?? 'N/A' }}

@if(!empty($model->document->lampiran_file))

{{ __('Attachment') }}

@php $ext = strtolower(pathinfo($model->document->lampiran_file, PATHINFO_EXTENSION)); $isImage = in_array($ext, ['jpg', 'jpeg', 'png']); $lampUrl = asset('storage/' . $model->document->lampiran_file); @endphp @if($isImage) {{ __('Attachment') }} @endif {{ __('View / Download') }}
@endif

{{ __('By signing, you declare that you Agree to sign this document electronically.') }}