PATH:
home
/
centosnipponia
/
public_html
/
appnip-old
/
storage
/
framework
/
views
<!-- Modal --> <div class="modal fade" id="createnewprice" tabindex="-1" role="dialog" aria-labelledby="createnewpricelabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="motoeditformlabel">New price</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="container-fluid"> <?php if(count($errors) > 0): ?> <div class="alert alert-danger"> <strong>Whoops!</strong> There were some problems with your input. <ul> <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><?php echo e($error); ?></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php endif; ?> <form action='create_new_price' name="createprice" id="createprice" method="post" enctype="multipart/form-data" > <input type="hidden" name="_token" value="<?php echo e(csrf_token()); ?>"> <div class="row"> <div class="col-md-12 mb-3"> <div class="form-group"> <label for="product">Product</label> <select class="form-control" name="product" id="product" required> <option value="null" selected></option> <?php $__currentLoopData = App\Models\Product::all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value=<?php echo e($product->id); ?>><?php echo e($product->model); ?> - <?php echo e($product->country); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </div> </div> <div class="row"> <div class="col-md-12 mb-3"> <div class="form-group"> <label for="offer_type">Offer Type</label> <select class="form-control" name="offer_type" id="offer_type"> <option value="Other" selected>Other</option> <option value="Order" >Order</option> <option value="Quotation" >Quotation</option> </select> </div> </div> </div> <div class="row"> <div class="col-md-12 mb-3"> <div class="form-group"> <label for="order_name">Purchase Order</label> <input type="text" class="form-control" name="order_name" id="order_name" disabled> </div> </div> </div> <div class="row"> <div class="col-md-6 mb-3"> <div class="form-group"> <label for="packing">Packing</label> <select class="form-control" name="packing" id="packing"> <option value="Other" selected>Other</option> <option value="CBU" >CBU</option> <option value="SKD" >SKD</option> <option value="CKD" >CKD</option> </select> </div> </div> <div class="col-md-6 mb-3"> <div class="form-group"> <label for="packingqty">Qty</label> <input type="text" class="form-control" name="packingqty" id="packingqty"> </div> </div> </div> <div class="row"> <div class="col-md-4 mb-2"> <label for="price">Price</label> <div class="input-group mb-3"> <div class="input-group-prepend"> <span class="input-group-text" id="currency_sign">$</span> </div> <input type="text" class="form-control" aria-label="Amount (to the nearest dollar)" name="price" id="price"> </div> </div> <div class="col-md-4 mb-2"> <label for="currencyusd">Currency</label> <div class="form-check"> <input class="form-check-input currencysign" type="radio" name="currencysign" id="currencyusd" value="usd" checked> <label class="form-check-label" for="currencyusd">USD($)</label> </div> <div class="form-check"> <input class="form-check-input currencysign" type="radio" name="currencysign" id="currencyyuan" value="yuan"> <label class="form-check-label" for="currencyyuan">Yuan(¥)</label> </div> </div> <div class="col-md-4 mb-2"> <div class="form-group"> <label for="us_yuan_at_date">Rate $ to ¥ <span title="This is the exchange rate given by the factory, or if this is not applicable use the exchange rate of the date of the offer." style="color:blue;">ⓘ</span></label> <input type="text" class="form-control" name="us_yuan_at_date" id="us_yuan_at_date"> </div> </div> </div> <div class="row"> <div class="col-md-12 mb-3"> <div class="form-group"> <label for="price_capture_date">Capture Date</label> <input type="date" class="form-control" id="price_capture_date" name="price_capture_date"> </div> </div> </div> <div class="row"> <div class="col-md-12 mb-3"> <div class="form-group"> <label for="proovingdoc">Attach info (pdf files only)</label> <input type="file" class="form-control-file" name="proovingdoc" id="proovingdoc"> </div> </div> </div> <div class="row"> <div class="col-md-12 mb-3"> <div class="form-group"> <label for="comments">Comments</label> <textarea id="comments" class="boxsizingBorder" name="comments" rows="3" cols="45"> </textarea> </div> </div> </div> <div class="row"> <div class="col-md-3 "> <button type="submit" class="btn btn-primary" onclick()>Create</button> </div> </div> </form> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary btn-ok" data-dismiss="modal">Close</button> </div> </div> </div> </div> <?php /**PATH /home/centosnipponia/public_html/appnip/resources/views/appprices/offcanvas/create_new_price.blade.php ENDPATH**/ ?>
[+]
..
[-] .gitignore
[edit]
[-] 5c92a23bf860c15d9fb367a31584f3f7c3ab017c.php
[edit]
[-] e00a03e3f8a945450fb66701580076833a632437.php
[edit]
[-] 112fc42dc2d6f596775cb43be7bef6148b87dc2c.php
[edit]
[-] e7704e609814783647202b4a62221078413fc21d.php
[edit]
[-] 569cb9f74c9523a92878e2d56ad16e3c1cfd44a0.php
[edit]
[-] 8bcf5d283007776c9ef759217ce61714e17e209d.php
[edit]
[-] 644566ded8c6aafd0d7ca1fb42e09bc8ef01db2e.php
[edit]
[-] 4421640b3da9f31e429216ae9641566feaaeb024.php
[edit]
[-] 6b16b15cf60cd7455ef069e939e2032c2ac73bf3.php
[edit]
[-] 8625e5b75ab93b13a77b7202a2f6dec5c1feb965.php
[edit]
[-] 14e0cf519dc7ccbbd7ba256680c17be0fcf6d4ca.php
[edit]
[-] ce232a2367ffc1ea63decf3f4c37912a96c24b7a.php
[edit]
[-] d654edd77785173ea999e9d656ab4229ad24d821.php
[edit]
[-] e0758a307b00c0ba910ce98eed2a75c1346cc2e1.php
[edit]
[-] 83efce8a480df47bbc0de8cb1b01f1cfaf2c193a.php
[edit]
[-] 0b6a6853cca62f0b2a671d33f024caf203789337.php
[edit]
[-] f16684dfce90ef78c8a07a079c244411ea163944.php
[edit]
[-] 08dd07eaaeb34ad8c536c6b68178dfbecb33d6bd.php
[edit]
[-] abfdc2686a84f2c4f728365ca7df4a3297ecd897.php
[edit]
[-] 6813e263930e1c9fdb5400cd26f207ae45b1f7d7.php
[edit]
[-] 6d16d631d5eec02f3f2b998678aa3851b206455b.php
[edit]
[-] 10c42eaa8cd04e9cbffa214c362565706e787895.php
[edit]
[-] a0ced9bf48c629aa5dd3b856c3ac4d9a0937ebfa.php
[edit]
[-] 7ea898e9c94e61be73b20bad8985f70103bffb9e.php
[edit]
[-] b06287b8551ce0c047042613027d11885550d1d1.php
[edit]
[-] fc909abf89f856ededc2cec7aa99359a16337db7.php
[edit]
[-] 2b10b9f4a131d04d10f73b4cd3ef75fa38572337.php
[edit]
[-] 03918eabd894d6143095eb63d95f3c4a1cd0040b.php
[edit]
[-] 3593a010bc64f50011da7c0cf9ea6968f1d70447.php
[edit]
[-] 69716fdcd9695628f44924d7bdf7d2d30dd08841.php
[edit]
[-] c0b1ff4863db28954a3b315256807c3814586f2a.php
[edit]
[-] 30489fee4a07bfa06926222c827df503bab28000.php
[edit]
[-] 981a7e4ab00ed174fcc01d61abab19af5fb998af.php
[edit]
[-] 4504f71ff2ee5f56daed36a4394a691f3871438d.php
[edit]
[-] a310b909296b0003e7da5cb9c82cbbbda10c9760.php
[edit]
[-] e59b155709343ed5e4b21bc3ab7b8c29dccd19b4.php
[edit]
[-] 9081bfd4d30ca814f5e49b1c5054fb3f79cab767.php
[edit]
[-] d598e3edd82f47f04cca6645de4f3587d431199f.php
[edit]
[-] 09034ebad97bec99754a2fa260f8a0b0b4fe45f0.php
[edit]
[-] 9913e3ecb3959c37f26933e1e70ec655a417b62b.php
[edit]
[-] c8e0a0b6ce1ba2789168dd092e461891102c5312.php
[edit]
[-] 29b0cb46ad2ad9d7768e152a02c52a0d99f256e1.php
[edit]
[-] 30a5104f627d27116ca2592a4ca871b92f840172.php
[edit]
[-] 9c3436a1e2d7757a6a4e91a8a65cf095094afa25.php
[edit]
[-] 4efed1a33f059243d64ee551b8cc99ea46228a86.php
[edit]
[-] 34b6864a475ebe59dd8353444d0ed657e47bf1f3.php
[edit]
[-] f3cb6497bab6233dd91d2e83bc8fff545527e207.php
[edit]
[-] ecb9cebb50bfd83ecec5873667e8dfa4011996dc.php
[edit]
[-] 3e5974232d0b9bc5abf96bbd65fd4a94a22058da.php
[edit]
[-] 7fdae48065161c0a49d67ab8d18e1238ae68280b.php
[edit]
[-] 77c47041bf645f48cf3ef415b8f4211941684811.php
[edit]
[-] 9c9e36a2a9d9abf6925904da7e045b74b620771f.php
[edit]
[-] 099e8199d2e9e85592cc7e1299ff1bb6a00ec562.php
[edit]
[-] d21d7c5ec52d44678432e05a97f6b0a303be9191.php
[edit]
[-] 52bab5f205fb8c0098229984f37f6caacd9aaaf8.php
[edit]
[-] 6c3fea6b39c5f9e6cfc38c855da6f73e44497d64.php
[edit]
[-] b210896a1a8cea98dedee8a3984d0f06e504424a.php
[edit]
[-] beace18c5d8ddcd0c8cac7b81cecee850beac213.php
[edit]
[-] 1c02b7f284292027a536ca6cbc27f45c0e323042.php
[edit]
[-] 7eca6529370d5c697a8b5b16ef8c9d34110687f7.php
[edit]
[-] 5f7be3dd5c69f04114461bee5c71663ebf167b35.php
[edit]
[-] 4e2f34488982a1f51f67664cc937be2c79abcf5b.php
[edit]
[-] 0545d5e053b1b592f4693020b0f53cfc80365f77.php
[edit]
[-] c5ef61a86cf702da9ceafa0af9eb0dda36ffb6f6.php
[edit]
[-] 8659a9c549ff0e7819acb0533e61ba4b95e29afc.php
[edit]
[-] a9a33874cd720df133d4b8fb2b277a6acd67edef.php
[edit]
[-] 8d253e71e6a0d59daa35cca75785097cfbb91f7b.php
[edit]
[-] 8ef3c58095d052f9a5c6f578f019743de2478588.php
[edit]
[-] 1c47e0d14680ecf1e51023619116f9f3ce83f4ef.php
[edit]
[-] 5957781fbdd6f146db629b573aa5629b44f90aab.php
[edit]
[-] 72720713db7065a1000f4acddb7f2eb3ae81da38.php
[edit]
[-] 937fc441f8ecce3ac674b797ce954b86c7db2d9a.php
[edit]
[-] 7ce4a69e32786d45165b563d664e303e2a8474f9.php
[edit]
[-] ee6a7fc99b4e1aee8f370ae770aa597032d8f899.php
[edit]
[-] 9ed929f92df85aaf2a44ae9540fcc6291bf65ce2.php
[edit]
[-] d9756f43f9ba694d37ced31d86daf159a07b67ee.php
[edit]
[-] 758fb5f2250f69760e69aa88bc8feb94fe4bdf54.php
[edit]
[-] 5e8d64d2a6b5d1f288a82df3f946c3ded40e3621.php
[edit]
[-] a6edbfdf8a54f8554f354b10b68cbf119ce67935.php
[edit]
[-] c8b4d95ec8058a6cdd8a1386bc4c746889c95abb.php
[edit]
[-] fae0a890a2fb49d1f518bc7a0a2a129acb39c3de.php
[edit]
[-] .htaccess.disabled
[edit]