@extends('layouts.app') @section('title') {{ __('Tạo lệnh chuyển số dư') }} @endsection @section('withdraw') active @endsection @section('section.header')

{{ __('withdraw') }}

@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ờ...
@error('amount') * {{ $message }} @enderror
@error('amount') * {{ $message }} @enderror
@endsection @section('scripts') @endsection @section('styles') @endsection