Anons79 Mini Shell

Directory : /home/proudlyafrican/www/storage/framework/views/
Upload File :
Current File : /home/proudlyafrican/www/storage/framework/views/00e1f7418d3530a08e5aa2a2af6f82f31cbfb732.php

<?php $__env->startSection('middle'); ?>
<script src="https://cdn.ckeditor.com/4.12.1/standard/ckeditor.js"></script>
<section class="content">
    <div class="row">
        <!-- left column -->
        <div class="col-md-12">
            <div class="box box-primary">
                <div class="box-header with-border">
                    <h3 class="box-title">Edit Tax</h3>
                </div>
                <!-- /.box-header -->
                <!-- form start -->
                <form role="form" action="<?php echo e(url('update_tax')); ?>" method="post" enctype="multipart/form-data">
                    <input type="hidden" name="_token" value="<?php echo csrf_token(); ?>">
                    <input type="hidden" name="tax_id" value="<?php echo e($taxes[0]->tax_id); ?>">
                    <div class="box-body">

                        <div class="form-group">
                            <label for="exampleInputEmail1">Name</label>
                            <input type="text" name="name" value="<?php echo e($taxes[0]->name); ?>" class="form-control" placeholder="Enter Tax Name Here" required="" >
                        </div>

                        <div class="form-group">
                            <label for="exampleInputEmail1">Percentage</label>
                            <input type="text" name="percentage" value="<?php echo e($taxes[0]->percentage); ?>" class="form-control" placeholder="Enter Percentage Here" required="" >
                        </div>

                        <div class="form-group">
                            <label for="exampleInputEmail1">Status</label>
                            <select class="form-control" name="status_flag">
                                <option value="active" <?php echo e('active' == $taxes[0]->status_flag ? "selected" : ""); ?>>Active</option>
                                <option value="inactive" <?php echo e('inactive' == $taxes[0]->status_flag ? "selected" : ""); ?>>InActive</option>

                            </select>

                        </div>




                    </div>
                    <!-- /.box-body -->

                    <div class="box-footer">
                        <button type="submit" class="btn btn-primary">Submit</button>
                    </div>
                </form>
            </div>
        </div>
    </div>
</section>

<script type="text/javascript">
    CKEDITOR.replace('editor1', {
        filebrowserUploadUrl: "<?php echo e(route('ckeditor.upload', ['_token' => csrf_token() ])); ?>",
        filebrowserUploadMethod: 'form'
    });

</script>

<?php $__env->stopSection(); ?>


</body>
</html>
<?php echo $__env->make('admin.head', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]