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/resources/views/emails/business_registeration.blade.php
<!DOCTYPE html>
<html>

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

<body>
    <h1>New Business Registration Mail</h1>
    <p><strong>Name:</strong> {{ $businessRegister->name }}</p>
    <p><strong>Phone Number:</strong> {{ $businessRegister->phone_number }}</p>
    <p><strong>Email:</strong> {{ $businessRegister->email }}</p>
    <p><strong>Vehicle Name:</strong> {{ $businessRegister->vehicle_name }}</p>
    <p><strong>Transporter Name :</strong> {{ $businessRegister->transporter_name }}</p>
    <p><strong>Message:</strong> {{ $businessRegister->message }}</p>
</body>

</html>