{{ __('contract.hashSearch.yourFile') }}

{{ __('hashValidation.fileName') }}

{{ $filename }}
{{ __('hashValidation.hash') }}

{{ $hash }}
{{ __('hashUploadMsg.hashCopiedToClipboard') }}
@if( count($transactions) > 0 )

{{ __('hashValidation.transactions') }}

@endif @if( count($transactions) > 1 )
@endif @foreach ($transactions as $transaction)
{{ $loop->index + 1 }}. {{ $transaction['date'] }}

@endforeach