HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/orbidirectory.com/storage/framework/views/6e7c294696de2333da04aa63b3ca1224.php
<!DOCTYPE html>
<html>

<head>
    <title>Business Registration Mail</title>
</head>

<body>
    <h1>New Business Registration Mail</h1>
    <p><strong>Name:</strong> <?php echo e($businessRegister->name); ?></p>
    <p><strong>Phone Number:</strong> <?php echo e($businessRegister->phone_number); ?></p>
    <p><strong>Email:</strong> <?php echo e($businessRegister->email); ?></p>
    <p><strong>Vehicle Name:</strong> <?php echo e($businessRegister->vehicle_name); ?></p>
    <p><strong>Transporter Name :</strong> <?php echo e($businessRegister->transporter_name); ?></p>
    <p><strong>Message:</strong> <?php echo e($businessRegister->message); ?></p>
</body>

</html>
<?php /**PATH /var/www/html/orbidirectory.com/resources/views/emails/business_registeration.blade.php ENDPATH**/ ?>