{{ Session::get('success') }}
@endif
@if (Session::has('error'))
{{ Session::get('error') }}
@endif
@role('admin|support')
@endrole
{{ __('Cập nhật số dư') }}
Số dư hiện tại
{{ number_format($partner->balance) }} VNĐ
@if ($isAdminOrDev)
@endif
{{ __('change_password') }}
{{ __('Chỉnh sửa thông số đối tác') }}
@role('admin')
@endrole
{{ __('Cập nhật chiết khấu IN (Đơn vị: %)') }}
@role('admin')
@endrole
{{ __('Cập nhật chiết khấu OUT (Đơn vị: %)') }}
{{ __('Cập nhật thời gian chờ đơn cashin') }}
{{ __('Hiển thị mẫu rút tiền') }}
@if ($partner->view_template_withdraw_account)
{{ __('Tắt') }}
@else
{{ __('Bật') }}
@endif