HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/public_html/shaneconrad.me/inventory/resources/views/emails/custom.blade.php
<!-- resources/views/emails/custom.blade.php -->

<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <title>{{$data['subject']}}</title>
</head>

<body>
    <div style="margin: 10px; padding: 10px;">
     
      {!! $data['body'] !!}

      <p
        style="box-sizing: border-box; font-family: -apple-system, position: relative; line-height: 1.5em; margin-top: 0; color: #b0adc5; font-size: 12px; text-align: center;">
        &copy; <?php echo date ('Y'); ?>  {{$data['company_name']}}. All rights reserved.</p>
    </div>
</body>

</html>