@extends('layouts.app') @section('title') {{ __('Tạo lệnh chuyển số dư') }} @endsection @section('withdraw') active @endsection @section('section.header') {{ __('withdraw') }} {{ __('withdraw') }} {{ __('create_request_transfer_balance') }} @endsection @section('section.content') {{ __('create_request_transfer_balance') }} @if (Session::has('success')) {{ Session::get('success') }} @endif @if (Session::has('error')) {{ Session::get('error') }} @endif Loading... Đang tạo lệnh chuyển số dư, vui lòng chờ... {{ __('amount_want_to_transfer') }}* @error('amount') * {{ $message }} @enderror {{ __('transfer_to_partner') }}* {{ __('select') }} @if ($user->transfer_partner_id) @foreach (\App\Models\User\User::getPartnerCanTransferBalance() as $partner) {{ $partner->username }} @endforeach @endif @error('amount') * {{ $message }} @enderror {{ __('note_if_has') }} {{ __('submit') }} @endsection @section('scripts') @endsection @section('styles') @endsection