@php $profile = getUser(); @endphp @extends($_layout.'master') @section('title', 'Yêu cầu rút điểm') @section('show_sidebar', 1) {{-- @section('header_title', "Thanh toán") --}} @section('content')
Yêu cầu rút điểm
@csrf
{{$amount?$amount:"Vui lòng nhập số điểm"}}
{{$payment_password?$payment_password:"Vui lòng nhập Mật khẩu cấp 2"}}
@if ($profile->google2fa_secret)
{{$otp?$otp:"Không được bỏ trống."}}
@endif
@endsection