@extends('layout.default') {{ /**@var \App\Models\Address $address*/'' }} @section('title','Address '.$address->address) @section('script') @endsection @section('content') @include('element.header')
Height | Transaction Hash | Timestamp | Confirmations | Inputs | Outputs | Amount |
---|---|---|---|---|---|---|
There are no recent transactions to display for this wallet. | ||||||
@if($tx->height === null)Unconfirmed@else{{ $tx->height }}@endif | {{ \DateTime::createFromFormat('U', $tx->transaction_time)->format('d M Y H:i:s') . ' UTC' }} | {{ number_format($tx->confirmations, 0, '', ',') }} | {{ $tx->input_count }} | {{ $tx->output_count }} | {{ number_format($tx->credit_amount - $tx->debit_amount, 8, '.', ',') }} LBC |