PHP Classes

File: resources/views/mail/new-post-email.blade.php

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Inisev Sub PHP Email API   resources/views/mail/new-post-email.blade.php   Download  
File: resources/views/mail/new-post-email.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Inisev Sub PHP Email API
API to manage newsletter subscriptions
Author: By
Last change:
Date: 2 years ago
Size: 372 bytes
 

Contents

Class file image Download
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>New Post: {{$post->post_title}}</title>
</head>
<body>
{{$post->post_content}}
</body>
</html>