[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: debf2854d08d79246f7ed1870b5419b0.php
<?php $__env->startSection('title', translate('common.supplier_list')); ?> <?php $__env->startSection('custom-css'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <?php if (isset($component)) { $__componentOriginala766c2d312d6f7864fe218e2500d2bba = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginala766c2d312d6f7864fe218e2500d2bba = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.container','data' => ['title' => 'supplier list','buttonRoute' => ''.e(route('supplier.create')).'','buttonTitle' => 'Add New']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('container'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['title' => 'supplier list','buttonRoute' => ''.e(route('supplier.create')).'','buttonTitle' => 'Add New']); ?> <div class="table-responsive"> <table class="user-list-table table"> <thead class="table-light"> <tr> <th><?php echo e(translate('common.sn')); ?></th> <th><?php echo e(translate('common.name')); ?></th> <th><?php echo e(translate('common.phone')); ?></th> <th><?php echo e(translate('common.payable')); ?></th> <th><?php echo e(translate('common.address')); ?></th> <th><?php echo e(translate('common.Action')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $collection; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($loop->iteration); ?></td> <td><?php echo e($row->name); ?></td> <td><?php echo e($row->phone); ?></td> <td><?php echo e(priceFormat($row->due)); ?></td> <td><?php echo e($row->address); ?></td> <td class="d-flex gap-1"> <?php if (isset($component)) { $__componentOriginalccee3f0bc58db90f213d68f18f5edcc8 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalccee3f0bc58db90f213d68f18f5edcc8 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.action.edit','data' => ['route' => ''.e(route('supplier.edit', $row->id)).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('action.edit'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['route' => ''.e(route('supplier.edit', $row->id)).'']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalccee3f0bc58db90f213d68f18f5edcc8)): ?> <?php $attributes = $__attributesOriginalccee3f0bc58db90f213d68f18f5edcc8; ?> <?php unset($__attributesOriginalccee3f0bc58db90f213d68f18f5edcc8); ?> <?php endif; ?> <?php if (isset($__componentOriginalccee3f0bc58db90f213d68f18f5edcc8)): ?> <?php $component = $__componentOriginalccee3f0bc58db90f213d68f18f5edcc8; ?> <?php unset($__componentOriginalccee3f0bc58db90f213d68f18f5edcc8); ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginald372d05e70753cac809b24654a404ef6 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginald372d05e70753cac809b24654a404ef6 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.action.show','data' => ['route' => ''.e(route('supplier.show', $row->id)).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('action.show'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['route' => ''.e(route('supplier.show', $row->id)).'']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginald372d05e70753cac809b24654a404ef6)): ?> <?php $attributes = $__attributesOriginald372d05e70753cac809b24654a404ef6; ?> <?php unset($__attributesOriginald372d05e70753cac809b24654a404ef6); ?> <?php endif; ?> <?php if (isset($__componentOriginald372d05e70753cac809b24654a404ef6)): ?> <?php $component = $__componentOriginald372d05e70753cac809b24654a404ef6; ?> <?php unset($__componentOriginald372d05e70753cac809b24654a404ef6); ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginal2c61e54573e9b9526a74a34c1a381796 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal2c61e54573e9b9526a74a34c1a381796 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.action.delete','data' => ['route' => ''.e(route('supplier.delete', $row->id)).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('action.delete'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['route' => ''.e(route('supplier.delete', $row->id)).'']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal2c61e54573e9b9526a74a34c1a381796)): ?> <?php $attributes = $__attributesOriginal2c61e54573e9b9526a74a34c1a381796; ?> <?php unset($__attributesOriginal2c61e54573e9b9526a74a34c1a381796); ?> <?php endif; ?> <?php if (isset($__componentOriginal2c61e54573e9b9526a74a34c1a381796)): ?> <?php $component = $__componentOriginal2c61e54573e9b9526a74a34c1a381796; ?> <?php unset($__componentOriginal2c61e54573e9b9526a74a34c1a381796); ?> <?php endif; ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> <div class="pagination"> <?php echo $collection->links(); ?> </div> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginala766c2d312d6f7864fe218e2500d2bba)): ?> <?php $attributes = $__attributesOriginala766c2d312d6f7864fe218e2500d2bba; ?> <?php unset($__attributesOriginala766c2d312d6f7864fe218e2500d2bba); ?> <?php endif; ?> <?php if (isset($__componentOriginala766c2d312d6f7864fe218e2500d2bba)): ?> <?php $component = $__componentOriginala766c2d312d6f7864fe218e2500d2bba; ?> <?php unset($__componentOriginala766c2d312d6f7864fe218e2500d2bba); ?> <?php endif; ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('custom-js'); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/eliosofonline/pham.eliosof.com/resources/views/supplier/index.blade.php ENDPATH**/ ?>
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.81 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