File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
examples/doc-scan/resources/views Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 220
220
</div >
221
221
@endif
222
222
223
+ @if (count ($sessionResult -> getThirdPartyIdentityFraudOneChecks ()) > 0 )
224
+ <div class =" card" >
225
+ <div class =" card-header" id =" third-party-identity-fraud-one-checks" >
226
+ <h3 class =" mb-0" >
227
+ <button class =" btn btn-link" type =" button" data-toggle =" collapse"
228
+ data-target =" #collapse-third-party-identity-fraud-one-checks" aria-expanded =" true"
229
+ aria-controls =" collapse-third-party-identity-fraud-one-checks" >
230
+ Third Party Identity Fraud Checks
231
+ </button >
232
+ </h3 >
233
+ </div >
234
+
235
+ <div id =" collapse-third-party-identity-fraud-one-checks" class =" collapse"
236
+ aria-labelledby =" third-party-identity-fraud-one-checks" >
237
+ <div class =" card-body" >
238
+ @foreach ($sessionResult -> getThirdPartyIdentityFraudOneChecks () as $check )
239
+ @include (' partial/check' , [' check' => $check ] )
240
+ @endforeach
241
+ </div >
242
+ </div >
243
+ </div >
244
+ @endif
245
+
223
246
@if (count ($sessionResult -> getWatchlistScreeningChecks ()) > 0 )
224
247
<div class =" card" >
225
248
<div class =" card-header" id =" watchlist-screening-checks" >
You can’t perform that action at this time.
0 commit comments