⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
erp.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
ced801c5d1c08f2913516d859e88ce58.php
<div class="messenger-sendCard"> <form id="message-form" method="POST" action="<?php echo e(route('send.message')); ?>" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <label><i style="margin-top: 65%" class="fas fa-paperclip fa-sm"></i><input disabled='disabled' type="file" class="upload-attachment" name="file" accept=".<?php echo e(implode(', .',config('chatify.attachments.allowed_images'))); ?>, .<?php echo e(implode(', .',config('chatify.attachments.allowed_files'))); ?>"/></label> <textarea style="height: 39px; width: 92%; padding: 9px;" readonly='readonly' name="message" class="m-send app-scroll" placeholder="Type a message.."></textarea> <button disabled='disabled'><i class="fas fa-paper-plane fa-xs text-primary"></i></button> </form> </div> <?php /**PATH /home/id/erp.dev-unit.com/resources/views/vendor/Chatify/layouts/sendForm.blade.php ENDPATH**/ ?>