{{ __('smart_receipt.labelReceipt') }}
@if(config('smart_receipt.settings.check_merchant_approval'))
{{ __('smart_receipt.labelLocation') }}
{{--
Merchant
--}}
@endif
{{ __('smart_receipt.labelTransactionAmount') }}
{{ __('smart_receipt.labelProduct') }}
@if(config('smart_receipt.settings.check_duplicated_receipt'))
{{ __('smart_receipt.labelUniqueReceipt') }}
@endif
@if(config('smart_receipt.settings.check_same_day_same_brand_receipt'))
{{ __('smart_receipt.labelDifferentStore') }}
@endif