KUJUNTI.ID MINISH3LL
Path : /var/www/html/thb_loan_system/storage/framework/views/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : /var/www/html/thb_loan_system/storage/framework/views/f13cc236f28cd25d1f3049e1188fe69c3f648ee4.php


<?php $__env->startSection('title'); ?><?php echo e(translate('journal manual_entry')); ?>

<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
    <div class="panel panel-white">
        <div class="panel-heading">
            <h6 class="panel-title"><?php echo e(translate('add journal manual_entry')); ?></h6>

            <div class="heading-elements">

            </div>
        </div>
        <?php echo Form::open(array('url' => url('accounting/manual_entry/store'), 'method' => 'post', 'class' => 'form-horizontal')); ?>

        <div class="panel-body">

            <div class="form-group">
                <?php echo Form::label('amount',translate('amount'),array('class'=>'col-sm-3 control-label')); ?>

                <div class="col-sm-5">
                    <?php echo Form::text('amount',null, array('class' => 'form-control touchspin', 'placeholder'=>"Number or decimal only",'required'=>'required')); ?>

                </div>
            </div>
            <div class="form-group">
                <?php echo Form::label('date',translate('date'),array('class'=>'col-sm-3 control-label')); ?>

                <div class="col-sm-5">
                    <?php echo Form::text('date',date("Y-m-d"), array('class' => 'form-control date-picker', 'placeholder'=>"",'required'=>'required')); ?>

                </div>
            </div>
            <div class="form-group">
                <?php echo Form::label('credit_account_id',translate('credit'),array('class'=>'col-sm-3 control-label')); ?>

                <div class="col-sm-5">
                    <?php echo Form::select('credit_account_id',$chart_of_accounts,null, array('class' => 'form-control select2', 'placeholder'=>"",'required'=>'')); ?>

                </div>
            </div>
            <div class="form-group">
                <?php echo Form::label('debit_account_id',translate('debit'),array('class'=>'col-sm-3 control-label')); ?>

                <div class="col-sm-5">
                    <?php echo Form::select('debit_account_id',$chart_of_accounts,null, array('class' => 'form-control select2', 'placeholder'=>"",'required'=>'')); ?>

                </div>
            </div>
            <div class="form-group">
                <?php echo Form::label('reference',translate('reference'),array('class'=>'col-sm-3 control-label')); ?>

                <div class="col-sm-9">
                    <?php echo Form::text('reference',null, array('class' => 'form-control', 'rows'=>"2")); ?>

                </div>
            </div>
            <div class="form-group">
                <?php echo Form::label('name',translate('description'),array('class'=>'col-sm-3 control-label')); ?>

                <div class="col-sm-9">
                    <?php echo Form::textarea('name',null, array('class' => 'form-control', 'rows'=>"2")); ?>

                </div>
            </div>

        </div>
        <!-- /.panel-body -->
        <div class="panel-footer">
            <div class="heading-elements">
                <button type="submit" class="btn btn-primary pull-right"><?php echo e(translate('save')); ?></button>
            </div>
        </div>
        <?php echo Form::close(); ?>

    </div>
    <!-- /.box -->
<?php $__env->stopSection(); ?>


<?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/thb_loan_system/resources/views/accounting/create_manual_entry.blade.php ENDPATH**/ ?>

© KUJUNTI.ID