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

{{ __('withdraw') }}


@endsection @section('section.content')
@php $tableBodyStyle = $isDemoAccount ? 'display: none;' : ''; @endphp
Loading...
Đang tính toán, vui lòng chờ...
@csrf @role('admin|support')
{{ __('partner') }}
@endrole @role('accountant')
{{ __('partner') }}
@endrole
{{ __('transaction_type') }}
{{ __('status') }}
{{ __('Mã tra soát') }}
{{ __('time') }}
@can('report_total_withdraw') @endcan

{{ __('list') }}

@role('partner') @if ($user->can_transfer_balance) {{ __('create_request_transfer_balance') }} @endif @endrole @can('withdraw_create') {{ __('withdrawal_request') }} @endcan @role('partner') {{ __('create_withdraw_usdt') }} @endrole {{ __('export_excel') }}
@role('admin|support')
Số giao dịch/ngày: {{ \App\Models\Withdraw\Withdraw::getTotalTransactionsToday() }}
Tổng tiền đã xử lí/ngày: {{ number_format(\App\Models\Withdraw\Withdraw::getTotalAmountToday()) }}
Chờ xử lí/ngày: {{ \App\Models\Withdraw\Withdraw::getStatusWaitingToday() }}
Đã xử lí/ngày: {{ \App\Models\Withdraw\Withdraw::getStatusProcessedToday() }}
@endrole
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
{{ __('ID') }} {{ __('request_id') }} {{ __('partner') }} {{ __('handler') }} {{ __('transaction_type') }} {{ __('amount') }} {{ __('detail') }} {{ __('status') }} {{ __('approval') }} {{ __('create_time-complete_time') }} {{ __('operation') }}
@endsection @section('scripts') @endsection @section('styles') @endsection