@extends('layouts.app') @section('title') {{ __('TransactionHistory') }} @endsection @section('transaction_history') active @endsection @section('section.header')

{{ __('transaction_history') }}

@endsection @section('section.content')
Loading...
{{ __('calculating_please_wait') }}
@php $tableBodyStyle = $isDemoAccount ? 'display: none;' : ''; @endphp
@csrf
{{ __('transaction_type') }}
{{ __('account') }}
{{ __('Transaction type') }}
{{ __('from_date') }}
{{ __('to_date') }}
{{ __('CashIn') }}
{{ __('content') }}
{{ __('Transaction code') }}

{{ __('transaction_history') }}

{{ __('ID') }} {{ __('type') }} {{ __('account') }} {{ __('amount') }} {{ __('Sending/receiving account') }} {{ __('fee') }} {{ __('Số dư trước GD') }} {{ __('Số dư sau GD') }} {{ __('Transaction code') }} {{ __('transaction_type') }} {{ __('status') }} {{ __('content') }} {{ __('CashIn') }} {{ __('CashOut') }} {{ __('time') }} {{ __('Creation time') }} {{ __('operation') }}
@endsection @section('scripts') @endsection @section('styles') @endsection