Server IP : 66.29.132.124 / Your IP : 3.129.63.214 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/cwd/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?> <div class="b-container"> <div class="b-panel"> <h3 class="email-headline"><strong><?php echo e(__('Hello Administrator')); ?></strong></h3> <p><?php echo e(__('Here are new contact information:')); ?></p> <br> <div class="b-panel"> <div class="b-table-wrap"> <table class="b-table" cellspacing="0" cellpadding="0"> <tr class="info-first-name"> <td class="label"><?php echo e(__('Name')); ?></td> <td class="val"><?php echo e($contact->name); ?></td> </tr> <tr class="info-first-name"> <td class="label"><?php echo e(__('Email')); ?></td> <td class="val"><?php echo e($contact->email); ?></td> </tr> <tr class="info-first-name"> <td class="label"><?php echo e(__('Message')); ?></td> <td class="val"><?php echo e($contact->message); ?></td> </tr> </table> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('Email::layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/wavevlvu/book24.ng/modules/Contact/Views/emails/notification.blade.php ENDPATH**/ ?>