[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: 1cbd3bbd5db1a1d2af82ff6680122844.php
<?php $__env->startSection('title', translate('common.customer_list')); ?> <?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' => 'Notification']] + (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' => 'Notification']); ?> <div class="row"> <div class="col-lg-4"> <div class="bg-white shadow-sm p-1 rounded-3"> <h4 class="mb-2">Send Notification</h4> <form action="<?php echo e(route('admin.notification.send')); ?>" class="row" method="post"> <?php echo csrf_field(); ?> <?php if (isset($component)) { $__componentOriginal5c2a97ab476b69c1189ee85d1a95204b = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5c2a97ab476b69c1189ee85d1a95204b = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form.input','data' => ['label' => 'Title','name' => 'title','required' => true,'col' => 'col-lg-12']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('form.input'); ?> <?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(['label' => 'Title','name' => 'title','required' => true,'col' => 'col-lg-12']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal5c2a97ab476b69c1189ee85d1a95204b)): ?> <?php $attributes = $__attributesOriginal5c2a97ab476b69c1189ee85d1a95204b; ?> <?php unset($__attributesOriginal5c2a97ab476b69c1189ee85d1a95204b); ?> <?php endif; ?> <?php if (isset($__componentOriginal5c2a97ab476b69c1189ee85d1a95204b)): ?> <?php $component = $__componentOriginal5c2a97ab476b69c1189ee85d1a95204b; ?> <?php unset($__componentOriginal5c2a97ab476b69c1189ee85d1a95204b); ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginalcd97a59301ba78d56b3ed60dd41409ab = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcd97a59301ba78d56b3ed60dd41409ab = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form.textarea','data' => ['label' => 'Description','name' => 'description','col' => 'col-lg-12']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('form.textarea'); ?> <?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(['label' => 'Description','name' => 'description','col' => 'col-lg-12']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalcd97a59301ba78d56b3ed60dd41409ab)): ?> <?php $attributes = $__attributesOriginalcd97a59301ba78d56b3ed60dd41409ab; ?> <?php unset($__attributesOriginalcd97a59301ba78d56b3ed60dd41409ab); ?> <?php endif; ?> <?php if (isset($__componentOriginalcd97a59301ba78d56b3ed60dd41409ab)): ?> <?php $component = $__componentOriginalcd97a59301ba78d56b3ed60dd41409ab; ?> <?php unset($__componentOriginalcd97a59301ba78d56b3ed60dd41409ab); ?> <?php endif; ?> <div class="col-lg-12"> <button type="submit" class="btn btn-success"><?php echo e(translate('common.Send Notification')); ?></button> </div> </form> </div> </div> <div class="col-lg-8"> <div class="bg-white shadow-sm p-1 rounded-3"> <h4 class="mb-2">Notification History</h4> <div class="col-lg-12"> <div class="row"> <div class="table-responsive"> <table class="table align-items-center"> <tbody> <?php $__currentLoopData = $collection ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td> <a href="<?php echo e(route('notification.show', $row->id)); ?>"> <span class="<?php echo e($row->seen ? 'text-muted' : 'text-dark'); ?>"><?php echo e($row->title); ?></span> <p class="text-dark"> <?php echo e($row->description); ?> </p> </a> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> <div class="pagination"> <?php echo $collection->links(); ?> </div> </div> </div> </div> </div> </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->startPush('css'); ?> <style> .page-wrapper .card .card-body { padding: 0 } .page-wrapper .card { border-top: none !important; background: transparent; border-radius: 0; box-shadow: none; } </style> <?php $__env->stopPush(); ?> <?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/notification/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.7 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