⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.219
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
tech
/
www
/
script
/
storage
/
framework
/
views
/
View File Name :
48b38caf60d8464d235bdfa9419c904a8f476f7d.php
<?php $__env->startSection('content'); ?> <div class="card" > <div class="card-body"> <div class="row mb-30"> <div class="col-lg-12"> <h4><?php echo e(__('Third Party API Settings')); ?></h4> </div> </div> <div class="card-action-filter"> <form method="post" action="<?php echo e(route('admin.disqus.store')); ?>" id="basicform"> <?php echo csrf_field(); ?> <div class="form-group"> <label><a href="https://disqus.com/admin/create/" target="_blank"><?php echo e(__('Disqus')); ?></a> <?php echo e(__('Comment API Source')); ?> </label><br> <small><?php echo e(__('Your unique')); ?> <a href="https://disqus.com/admin/create/" target="_blank"><?php echo e(__('disqus')); ?></a> <?php echo e(__('URL will be: shortname.disqus.com')); ?></small> <input type="text" name="disqus" class="form-control" placeholder="Enter your unique url" required="" value="<?php echo e(\App\Options::where('key','disqus_comment')->first()->value); ?>"> </div> <div class="form-group"> <button class="btn" type="submit"><?php echo e(__('Submit')); ?></button> </div> </form> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('script'); ?> <script src="<?php echo e(asset('admin/js/form.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.backend.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\multipurpose_monkey\script\resources\views/admin/comment/settings.blade.php ENDPATH**/ ?>