芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/resources/views/back/bank/withdraw_amount.blade.php
@extends('layouts.app') @section('title', 'Bank Withdraw') @section('content')
@include('layouts.flash-messages')
Withdraw an Amount!
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Amount
Withdraw Date
">
Withdraw to Bank
@endsection