We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ba56b commit be8d1a1Copy full SHA for be8d1a1
examples/doc-scan/resources/views/success.blade.php
@@ -37,6 +37,14 @@
37
<td>User Tracking ID</td>
38
<td>{{ $sessionResult->getUserTrackingId() }}</td>
39
</tr>
40
+ @if ($sessionResult->getBiometricConsentTimestamp())
41
+ <tr>
42
+ <td>Biometric Consent Timestamp</td>
43
+ <td>
44
+ {{ $sessionResult->getBiometricConsentTimestamp()->format('r') }}
45
+ </td>
46
+ </tr>
47
+ @endif
48
</tbody>
49
</table>
50
</div>
0 commit comments