arcadiasuite/plus/resources/views/mail/nova_empresa.blade.php

13 lines
227 B
PHP

<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<h2>Nova empresa cadastrada</h2>
<p>Nome: <strong>{{ $empresa->nome }}</strong></p>
<p>Documento: <strong>{{ $empresa->cpf_cnpj }}</strong></p>
</body>
</html>