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>