| 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/47fc59607ae000d68d7b37bb58f257f18efa2abe.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.money exchange list')); ?></h4>
<div class="ms-auto text-end">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="<?php echo e(route('money-exchange-lists.create')); ?>" class="btn btn-primary btn-sm">
<i class="fa fa-plus"></i>
<?php echo e(__('message.add new')); ?>
</a>
</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
<div class="container-fluid" style="padding-top: 0px;">
<div class="card">
<div class="card-body form wizard-content">
<form method="POST" action="<?php echo e(route('money-exchange-list-rates.store',$moneyExchangeList)); ?>" class="mt-5" enctype="multipart/form-data">
<?php echo e(csrf_field()); ?>
<section class="col-sm-6">
<div class="mb-3">
<label>
<?php echo e(__('message.money exchange rate')); ?>
( <?php echo e($moneyExchangeList->exchangeFromCurrency->name??''); ?>=><?php echo e($moneyExchangeList->exchangeToCurrency->name??''); ?> )
</label>
<input type="number" class="form-control" placeholder="<?php echo e(__('message.money exchange rate')); ?>" name="exchange_rate" required value="<?php echo e($moneyExchangeList->current_rate); ?>" step="0.00001">
</div>
<div class="text-center">
<a href="<?php echo e(route('money-exchange-rate.history',$moneyExchangeList)); ?>" class="btn btn-primary btn-sm">
<i class="fas fa-history"></i>
<?php echo e(__('message.money exchange rate history')); ?>
</a>
<button class="btn btn-danger btn-sm" type="button" onclick="window.history.back();">
<?php echo e(__('message.cancel')); ?>
</button>
<button type="submit" class="btn btn-primary btn-sm">
<i class="fa fa-save"></i>
<?php echo e(__('message.save')); ?>
</button>
</div>
</section>
</form>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('meta'); ?>
<title><?php echo e(__('message.money exchange rate form')); ?></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/moneyExchangeList/changeRateForm.blade.php ENDPATH**/ ?>