@extends('base.base') @section('base')

{{ __('auto.修改充值档位') }}


pay_methods ?? 0) & 1) ? 'checked' : '' }}>
pay_methods ?? 0) & 2) ? 'checked' : '' }}>
pay_methods ?? 0) & 4) ? 'checked' : '' }}>
pay_methods ?? 0) & 8) ? 'checked' : '' }}>


pay_methods ?? 0) & 64) ? 'checked' : '' }}>
pay_methods ?? 0) & 128) ? 'checked' : '' }}>
pay_methods ?? 0) & 256) ? 'checked' : '' }}>
pay_methods ?? 0) & 512) ? 'checked' : '' }}>
@endsection