@extends('coinpayment::layouts.master') @section('title', 'Payment') @push('styles') @endpush @section('content')

Filter Transaction
@if(!empty(config('coinpayment.menus')))
@foreach(config('coinpayment.menus') as $key => $menu) {{ $key }} @endforeach
@endif

Transactoin not found?

  • @{{ item.updated_at }}  
    @{{ item.amount }}
    @{{ item.payment_created_at }} | @{{ item.status_text }}
    Payment ID : #@{{ item.payment_id }}
    Address : @{{ item.payment_address }}
    Expired date: @{{ item.expired }} | Confirmation at: @{{ item.confirmation_at }}
    Do not send value to us if address status is expired!

Showing @{{ histories.length }} of @{{ pageInfo.total }} entries
@stop @section('footer') @stop @push('scripts') @endpush