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

{{ __('Báo cáo tài chính') }}

@endsection @section('section.content')
Loading...
Đang kết toán, vui lòng chờ...
@csrf
{{ __('from_date') }}
{{ __('to_date') }}
Kết toán lần cuối lúc: {{ $timeEnd ?? '' }}
{{ __('Loại Giao dịch') }} {{ __('Số Tiền') }} {{ __('Từ ngày') }} {{ __('Đến ngày') }}
Giao dịch Cashin {{ $cashin ?? 0 }} {{ $fromDate ?? '' }} {{ $toDate ?? '' }}
Giao dịch Cashout {{ $cashout ?? 0 }}
Giao dịch rút số dư {{ $withdraw ?? 0 }}
Tổng giao dịch cộng tiền {{ $transactionAdd ?? 0 }}
Tổng giao dịch trừ tiền {{ $transactionMinus ?? 0 }}
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif

{{ __('Thiết lập chi phí') }}

@csrf
Phí rút momo: {{ number_format($feeMomo) }}đ
@endsection @section('scripts') @endsection @section('styles') @endsection