@extends('layouts.app') @section('title') {{ __('home_page') }} @endsection @section('dashboard') active @endsection @section('section.header') @endsection @section('section.content')
Loading...
Processing, please wait...
@role('admin|support|supporter')

{{ \App\Models\User\User::countPartnerActive() }}

{{ __('partner') }}

{{ $lastReport ? number_format($lastReport->cashin) : 0 }}

{{ __('cashin') }}

{{ $lastReport ? number_format($lastReport->cashout) : 0 }}

{{ __('cashout') }}

{{ $lastReport ? number_format($lastReport->withdraw) : 0 }}

{{ __('withdraw') }}
{{ __('last_refreshed_at') }}: {{ $lastReport ? $lastReport->updated_at : __('no_infomation') }}
@endrole @role('partner')

{{ $lastReport ? number_format($lastReport->cashin) : 0 }}

{{ __('cashin') }}

{{ $lastReport ? number_format($lastReport->cashout) : 0 }}

{{ __('cashout') }}

{{ $lastReport ? number_format($lastReport->withdraw) : 0 }}

{{ __('withdraw') }}
{{ __('last_refreshed_at') }}: {{ $lastReport ? $lastReport->updated_at : __('no_infomation') }}
@endrole

{{ __('statistics_by_payment_type') }}

@csrf
{{ __('time') }}
@role('admin|support|supporter')
{{ __('partner') }}
@endrole @role('accountant')
{{ __('partner') }}
@endrole
{{ __('transaction_type') }} {{ __('deposit_amount') }} {{ __('deposit_fee') }} {{ __('deposit_order_number') }} {{ __('deposit_order_number_successful') }} {{ __('deposit_rate_successful') }} {{ __('withdrawal_amount') }} {{ __('withdrawal_fee') }} {{ __('withdrawal_order_number') }} {{ __('withdrawal_order_number_successful') }} {{ __('withdrawal_success_rate') }}
@role('admin|supporter')

{{ __('statistics_by_partner') }}

@csrf
{{ __('time') }}
{{ __('partner') }} {{ __('transaction_type') }} {{ __('total_recharge') }} {{ __('deposit_amount') }} {{ __('deposit_fee') }} {{ __('deposit_order_number') }} {{ __('deposit_order_number_successful') }} {{ __('deposit_rate_successful') }} {{ __('withdrawal_amount') }} {{ __('withdrawal_fee') }} {{ __('withdrawal_order_number') }} {{ __('withdrawal_order_number_successful') }} {{ __('withdrawal_success_rate') }}
@endrole
@endsection @section('scripts') @parent @endsection @section('styles') @endsection