Path : /var/www/html/moneyexchange/storage/framework/views/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/moneyexchange/storage/framework/views/9f248c214699afa905bb95eed4b64ffea5f8a608.php |
<?php $__env->startSection('content'); ?> <div class="page-wrapper"> <div class="page-breadcrumb"> <div class="row"> <div class="col-12 d-flex no-block align-items-center"> <h4 class="page-title"> <?php echo e(__('message.bank account')); ?> <?php echo e($bankAccount->bank->name); ?> (<?php echo e($bankAccount->bank_username); ?>/<?php echo e($bankAccount->bank_number); ?>) </h4> </div> </div> </div> <div class="container-fluid" style="padding-top: 0px;"> <div class="card"> <div class="card-body form wizard-content"> <?php if(empty($xx)): ?> <form method="POST" action="<?php echo e(route('bank-accounts.deposit-withdraw.store',$bankAccount)); ?>" class="mt-5" enctype="multipart/form-data"> <?php echo e(csrf_field()); ?> <section class="col-sm-6"> <div class="mb-3 mt-3"> <label><?php echo e(__('message.amount')); ?> (<?php echo e($bankAccount->currency->name); ?>)</label> <input type="number" class="form-control" placeholder="<?php echo e(__('message.amount')); ?>" name="amount" required step="0.01"> <input type="hidden" name="type" value="<?php echo e($type); ?>"> </div> <div class="mb-3"> <label><?php echo e(__('message.bank account transaction type')); ?></label> <select name="bank_account_transaction_type_id" id="pet-select" class="form-control" required=""> <option value=""><?php echo e(__('message.bank account transaction type')); ?></option> <?php $__currentLoopData = $bankAccountTransactionTypes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index=>$bankAccountTransactionType): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($bankAccountTransactionType->id); ?>"> <?php echo e($bankAccountTransactionType->name); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <div class="mb-3 mt-3"> <label><?php echo e(__('message.note')); ?></label> <input type="text" class="form-control" placeholder="<?php echo e(__('message.note')); ?>" name="note"> </div> <div class="text-center"> <button class="btn btn-danger" type="button" onclick="window.history.back();"> <?php echo e(__('message.cancel')); ?> </button> <button type="submit" class="btn btn-primary"> <i class="fa fa-save"></i> <?php echo e(__('message.save')); ?> </button> </div> </section> </form> <?php else: ?> <form method="POST" action="#" class="mt-5" enctype="multipart/form-data"> <input name="_method" type="hidden" value="PUT"> <?php echo e(csrf_field()); ?> <section class="col-sm-6"> <div class="mb-3 mt-3"> <label><?php echo e(__('message.amount')); ?></label> <input type="number" class="form-control" placeholder="<?php echo e(__('message.amount')); ?>" name="name" value="" required> <input type="hidden" name="type" value="<?php echo e($type); ?>"> </div> <div class="mb-3"> <label><?php echo e(__('message.bank account transaction type')); ?></label> <select name="bank_account_transaction_type_id" id="pet-select" class="form-control" required=""> <option value=""><?php echo e(__('message.bank account transaction type')); ?></option> <?php $__currentLoopData = $bankAccountTransactionTypes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index=>$bankAccountTransactionType): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($bankAccountTransactionType->id); ?>" <?php if($bankAccountTransactionType->id=='xx'): ?> selected <?php endif; ?>> <?php echo e($bankAccountTransactionType->name); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <div class="mb-3 mt-3"> <label><?php echo e(__('message.note')); ?></label> <input type="text" class="form-control" placeholder="<?php echo e(__('message.note')); ?>" name="note" value=""> </div> <div class="text-center"> <button class="btn btn-danger" type="button" onclick="window.history.back();"> <?php echo e(__('message.back')); ?> </button> </div> </section> </form> <?php endif; ?> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta'); ?> <title><?php echo e(__('message.deposit')); ?> / <?php echo e(__('message.withdraw')); ?></title> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.main', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/moneyexchange/resources/views/bankAccount/bankAccountDepositWithdrawForm.blade.php ENDPATH**/ ?>