PHP Classes

File: resources/views/emails/contact.blade.php

Recommend this page to a friend!
  Classes of uche   ajalaBot PHP Facebook Messenger Bot   resources/views/emails/contact.blade.php   Download  
File: resources/views/emails/contact.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: ajalaBot PHP Facebook Messenger Bot
Help Facebook Messenger users to find tours
Author: By
Last change:
Date: 1 year ago
Size: 302 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="utf-8">
</head>
<body>
<h2>Query!</h2>

<div>
    Dear Support, <br>
    {{-- Welcome to {!! $name !!} website! <br> --}}
   {!! $text !!} <br><br>
    Sent by {!! $email !!}

    <br>
    Regards, <br>
    AjalaBot

</div>

</body>
</html>