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

{{ __('balance_fluctuation') }}


@endsection @section('section.content')
@php $tableBodyStyle = $isDemoAccount ? 'display: none;' : ''; @endphp
Loading...
{{ __('calculating_please_wait') }}
@csrf @role('admin|support')
{{ __('partner') }}
@endrole @role('accountant')
{{ __('partner') }}
@endrole
{{ __('transaction') }}
{{ __('transaction_type') }}
{{ __('time') }}
{{ __('request_id') }}

{{ __('List') }}

{{ __('ID') }} {{ __('partner') }} {{ __('handler') }} {{ __('transaction') }} {{ __('transaction_type') }} {{ __('amount') }} {{ __('before_balance') }} {{ __('after_balance') }} {{ __('order_id') }} {{ __('request_id') }} {{ __('content') }} {{ __('time') }}
@endsection @section('scripts') @endsection @section('styles') @endsection