Receipt User
| {{ $entry['plain_name'] }} | {{ $entry['plain_email'] }} | ||
| {{ $entry['plain_mobile'] }} | @if($entry['address_line_1'] !== '' && !is_null($entry['address_line_1'])) {{ $entry['address_line_1'] }} @endif @if($entry['address_line_2'] !== '' && !is_null($entry['address_line_2'])) {{ $entry['address_line_2'] }} @endif @if($entry['postcode'] !== '' && !is_null($entry['postcode'])) {{ $entry['postcode'] }} @endif @if($entry['state'] !== '' && !is_null($entry['state'])) {{ $entry['state'] }} @endif @if($entry['country'] !== '' && !is_null($entry['country'])) {{ $entry['country'] }} @endif |
Receipt Detail
| Image | Extracted Text | Detected Results | Outlets Detected |
|---|---|---|---|
| {!! nl2br($entry['ocr_result']['text']) !!} |
Location Matched:
{{ boolToYesNo($entry['ocr_result']['location_matched']) }}
Receipt Matched:
{{ $entry['ocr_result']['receipt_matched'] }}
Duplicate Receipt:
{{ boolToYesNo($entry['ocr_result']['duplicated_receipt']) }}
Same Day Same Store:
{{ boolToYesNo($entry['ocr_result']['potential_same_day_same_brand_receipt']) }}
User Confirmed Merchant:
{{ $entry['sid'] }} :
{{ $entry['merchant_name'] }}
Mall: {{ $entry['mall_name'] }}
State: {{ $entry['merchant_state'] }}
Location:
{{ $entry['merchant_address'] }}
Transaction Amount:
{{ $entry['txn_amount'] }}
|
@php $counter = 0 @endphp
@foreach($entry['ocr_result']['merchant_result']['final_result'] as $sid => $res)
@isset($merchants[ $sid ])
{{ ++$counter }}.
{{ $merchants[ $sid ]['sid'] }} :
{{ $merchants[ $sid ]['merchant_name'] }}
Mall: {{ $merchants[ $sid ]['mall_name'] }}
State: {{ $merchants[ $sid ]['merchant_state'] }}
Location:
{{ $merchants[ $sid ]['merchant_address'] }}
@else
{{ ++$counter }}.
@endisset
@endforeach
@php $res = isset($res['search_keyword']) ? [$res] : $res @endphp
@foreach($res as $keyword)
Search:
{{ $keyword['search_keyword'] }}
Target:
{{ $keyword['target_keyword'] }}
@endforeach
|
Previous Receipts By User
| No | Receipt UID | Amount | Store | Mall | State | Receipt | Date | Card ID | Grid ID | Details |
|---|