<p align="center"><img src="../wporgassets/banner-772x250.png" /></p>

<h1 align="center"> Revenue Generator by LaterPay </h1>

### Table of Contents
- [Development Notes](#development-notes)
- [Folder / File Structure](#folder--file-structure)

## Development Notes

Template views used in the plugin is added to this directory, add applicable templates to directories based on their usage.

## Folder / File Structure

```text
templates
└── backend
    ├── common
    │   └── footer.php
    ├── dashboard
    │   ├── dashboard.php
    │   └── paywall-preview.php
    ├── paywall
    │   └── post-preview.php
    └── welcome
        └── welcome.php
```
