{{ __('Transaction History') }}
@livewire('side-post', [ 'type' => 'SiteContents\Transactions' ?? null, 'latest' => true, 'fallbackTitle' => '', 'fallbackDescription' => ''])
@livewire('from-account', ['label' => __('Select account'), 'active' => false])
@livewire('table-title') @livewire('account-usage-bar') @livewire('transactions-table')
@if(request()->query('openAccountUsageInfo') === 'true') @endif