File: //var/www/html/punjabcabs/storage/framework/views/514ecebe678c6f1c837644fa2ccb3ee73057b2f7.php
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<title><?php echo e(config('app.name', 'Laravel')); ?></title>
</head>
<body>
<p>The Following Details Are registered</p>
<div>
<p><b>Name:</b> <?php echo e($user['name']); ?></p>
<p><b>Email:</b> <?php echo e($user['email']); ?></p>
<p><b>Phone Number:</b> <?php echo e($user['phone']); ?></p>
<p><b>Message:</b> <?php echo e($user['content']); ?></p>
</div>
</body>
</html>