{% extends "layout/layout.html" %} {% set page_title = "Invoice Detail" %} {% block content %}
{% include "../templates/layout/header-footer/app-header.html" %} {% include "../templates/layout/header-footer/app-sidebar.html" %} {% include "../templates/layout/header-footer/topnavbar.html" %}
{% include "../templates/components/breadcrumbs/breadcrumbs.html" %}

Hello Charles Hall,
This is the receipt for a payment of $268.00 (USD) you made to Raple - Admin Dashboard Demo.

Payment No.

741037024

Payment date

October 2, 2021 - 03:45 pm

Company

  • Street Address
  • State, City
  • Region, Postal Code
  • ltd@example.com

Client

  • Street Address
  • State, City
  • Region, Postal Code
  • ltd@example.com
PRODUCT QNT UNIT AMOUNT
1

Logo Creation

Logo and business cards design

1 $1.800,00 $1.800,00
Sub-Total $1.800,00
Vat Rate $1.800,00
Vat Due $1.800,00
TOTAL DUE $1.800,00
{% include "../templates/layout/header-footer/footer.html" %}
{% endblock %}