PHP Classes

File: app/Views/Password/email_sent.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Task App   app/Views/Password/email_sent.php   Download  
File: app/Views/Password/email_sent.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Task App
Create and manage tasks to be done
Author: By
Last change:
Date: 1 month ago
Size: 264 bytes
 

Contents

Class file image Download
<?= $this->extend('base.php') ?>

<?= $this->section('title') ?>Password reset<?= $this->endSection() ?>

<?= $this->section('content') ?>

<h1 class="title">Password reset</h1>

<p>Password reset requested. Please check your email.</p>

<?= $this->endSection() ?>