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

{{ __('account_setting') }}

@endsection @section('section.content')
Loading...
{{ __('Withdrawing money, please wait...') }}
Loading...
{{ __('Adding money, please wait...') }}

{{ __('List') }}

@can('payment_banlance_inquiry_delete_turn_off_on') @endcan {{-- "Báo cáo" đã chuyển xuống filter bar bên dưới --}} @can('payment_create') {{ __('Add account') }} @endcan @can('history_withdraw') {{ __('Withdrawal history') }} @endcan @can('payment_export') {{ __('Export files') }} @endcan @can('payment_setting_account_priority') @endcan
{{-- ===== Bộ lọc tìm kiếm ===== --}}
Loại
Loại tài khoản
Trạng thái
Tình trạng
@can('payment_accounts_statistics') Báo cáo @endcan
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif @php $tableBodyStyle = $isDemoAccount ? 'display: none;' : ''; @endphp
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{ __('type') }} {{ __('account') }} {{ __('identify') }} {{ __('Deposited') }} {{ __('balance') }}{{ __('Automatic withdrawal') }}{{ __('Withdrawal') }} {{ __('remaining_limit_day') }} {{ __('remaining_limit_month') }} {{ __('Ghi chú') }}{{ __('Người tạo') }} {{ __('Package') }} {{ __('Số tin đã gửi trong ngày') }}{{ __('level_limit') }} {{ __('Out Transaction Number') }}{{ __('account_type') }} {{ __('status') }} {{ __('State') }}{{ __('Thời gian check') }}{{ __('created_date') }} {{ __('operation') }}
{{-- modal show when relogin --}}

@csrf @method('PUT')
@endsection @section('scripts') @endsection @section('styles') @endsection