관리-도구
편집 파일: a6accb351ce45ac58257b5e06d58e5757bf9b1d8.php
<p>Dear Admin,</p> <p>A new company has registered with the following details:</p> <ul> <li>Company Name: <?php echo e($user->name); ?></li> <li>Email: <?php echo e($user->email); ?></li> </ul> <p>Click below to take action:</p> <p> <a href="<?php echo e(route('admin.approve_user', ['id' => $user->id, 'action' => 'approve'])); ?>" style="padding: 10px 15px; color: white; background-color: green; text-decoration: none; border-radius: 5px;"> Approve </a> <a href="<?php echo e(route('admin.approve_user', ['id' => $user->id, 'action' => 'disapprove'])); ?>" style="padding: 10px 15px; color: white; background-color: red; text-decoration: none; border-radius: 5px;"> Disapprove </a> </p><?php /**PATH /home/eraas/public_html/resources/views/mail/admin_approval.blade.php ENDPATH**/ ?>