File: //var/www/html/punjabcabs/resources/views/emails/expiry.blade.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>{{ config('app.name', 'Laravel') }}</title>
</head>
<body>
<p>Driver document will be expire soon. Get Updated document from driver</p>
<div>
<p><b>Document Name:</b> {{ $data['document_name'] }}</p>
<p><b>Expiry Date:</b> {{ $data['expire_date'] }}</p>
<p><b>Driver Name:</b> {{ $data['driver_name'] }}</p>
<p><b>Driver Email ID:</b> {{ $data['driver_email'] }}</p>
<p><b>Driver Service Number:</b> {{ $data['service_number'] }}</p>
</div>
</body>
</html>