<html>
<head>
<title>application</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style>
body {
font-size: 40px;
color:red;
}
.field1{position: absolute;top: 80px;left: 50px;}
</style>
</head>
<body>
<span class="field1">{{$data['name']}}</span>
</body>
</html>