<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>wallet dashboard | MasterTemplate</title>
	<atom:link href="https://mastertemplate.com/tag/wallet-dashboard/feed/" rel="self" type="application/rss+xml" />
	<link>https://mastertemplate.com</link>
	<description>Best Website Templates and Admin Templates</description>
	<lastBuildDate>Mon, 15 Dec 2025 13:13:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://mastertemplate.com/wp-content/uploads/2017/10/favicon.png</url>
	<title>wallet dashboard | MasterTemplate</title>
	<link>https://mastertemplate.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Namaa &#8211; Money Management App Dashboard React Template</title>
		<link>https://mastertemplate.com/namaa-money-management-app-dashboard-react-template/</link>
					<comments>https://mastertemplate.com/namaa-money-management-app-dashboard-react-template/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 15 Dec 2025 13:13:31 +0000</pubDate>
				<category><![CDATA[Admin Templates]]></category>
		<category><![CDATA[admin dashboard]]></category>
		<category><![CDATA[app dashboard]]></category>
		<category><![CDATA[clean crm]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[fintech]]></category>
		<category><![CDATA[money management]]></category>
		<category><![CDATA[premium dashboard]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[tailwind dashboard]]></category>
		<category><![CDATA[typescript dashboard]]></category>
		<category><![CDATA[vite]]></category>
		<category><![CDATA[vite dashboard]]></category>
		<category><![CDATA[wallet]]></category>
		<category><![CDATA[wallet dashboard]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/namaa-money-management-app-dashboard-react-template/</guid>

					<description><![CDATA[<p>Namaa &#8211; Money Management Dashboard (React + Vite + TypeScript) Welcome to Namaa — a modern, fully typed, and scalable React + Vite + TypeScript dashboard template designed for financial and money management applications. Technical Overview Framework: React 19 with Vite (fast build tool and dev server) Language: TypeScript for strict type safety and better</p>
<p>The post <a href="https://mastertemplate.com/namaa-money-management-app-dashboard-react-template/">Namaa – Money Management App Dashboard React Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1 id="item-description__namaa-money-management-dashboard-react-vite-typescript">Namaa &#8211; Money Management Dashboard (React + Vite + TypeScript)</h1>
<p>
        Welcome to <strong>Namaa</strong> — a modern, fully typed, and scalable<br />
        <strong>React + Vite + TypeScript</strong> dashboard template designed for<br />
        financial and money management applications.
    </p>
<h2 id="item-description__technical-overview">Technical Overview</h2>
<ul>
<li><strong>Framework:</strong> React 19 with Vite (fast build tool and dev server)</li>
<li><strong>Language:</strong> TypeScript for strict type safety and better developer experience</li>
<li><strong>UI Library:</strong> Shadcn/UI (Radix primitives + Tailwind)</li>
<li><strong>Styling:</strong> Tailwind CSS (with CSS variables and theme configuration)</li>
<li><strong>State Management:</strong> Context API (ThemeProvider, SidebarProvider)</li>
<li><strong>Data Visualization:</strong> Recharts for interactive and themed financial charts</li>
<li><strong>Linting &#038; Formatting:</strong> ESLint + Prettier (TypeScript rules enforced)</li>
<li><strong>Routing:</strong> React Router DOM with nested routes &#038; layout grouping</li>
</ul>
<h2 id="item-description__routing-process">Routing Process</h2>
<p>
            Namaa React uses <strong>React Router DOM v7</strong> for client-side routing. Here&#8217;s how the routing<br />
            process works:
        </p>
<ol>
<li><strong>Route Configuration:</strong> All routes are defined in <code>src/App.tsx</code> using React<br />
                Router&#8217;s <code>Routes</code> and <code>Route</code> components. The <code>BrowserRouter</code> wraps the<br />
                entire application to enable client-side routing without page reloads.</li>
<li><strong>Layout Wrapping:</strong> The <code>RootLayout</code> component wraps all routes, providing<br />
                consistent header, sidebar, and footer across all pages. This ensures a unified user experience without<br />
                repeating layout code.</li>
<li><strong>Nested Routes:</strong> Documentation pages use nested routing. The <code>/docs</code> route<br />
                renders the <code>Docs</code> component, which contains an <code>Outlet</code> that displays child<br />
                routes like <code>/docs/introduction</code> or <code>/docs/installation</code>.</li>
<li><strong>Navigation:</strong> Navigation happens via <code>Link</code> components or programmatically<br />
                using <code>useNavigate()</code> hook. React Router handles URL changes without full page reloads,<br />
                providing a smooth Single Page Application (SPA) experience.</li>
<li><strong>Route Matching:</strong> When a URL is accessed, React Router matches it against defined routes<br />
                and renders the corresponding component. The <code>useLocation</code> hook provides the current route<br />
                information for active state management in navigation menus.</li>
</ol>
<p>
            <strong>Example Flow:</strong> User clicks a link → React Router matches the URL → Component renders →<br />
            Layout wraps the content → Page displays with navigation active state.
        </p>
<h2 id="item-description__modern-design-amp-user-interface">Modern Design &#038; User Interface</h2>
<ul>
<li><strong>Responsive Layouts:</strong> Adaptive sidebar and header navigation for desktop &#038; mobile.</li>
<li><strong>Dark Mode:</strong> Automatic and toggle-based dark/light theme support.</li>
<li><strong>Custom Theme Colors:</strong> Uses <code>--primary</code> and <code>--chart-n</code> CSS<br />
                variables linked to user-selected themes.</li>
<li><strong>Typography:</strong> Configurable via Tailwind config or global CSS variables.</li>
<li><strong>Type-Safe Components:</strong> All components use TypeScript props and interfaces for clarity<br />
                and IDE autocompletion.</li>
</ul>
<h2 id="item-description__core-components-amp-modules">Core Components &#038; Modules</h2>
<p>
            The dashboard ships with modular and reusable TypeScript components, organized by domain:
        </p>
<h3 id="item-description__dashboard-components">Dashboard Components</h3>
<ul>
<li><code>BalanceOverview.tsx</code> &#8211; Displays total balance and net worth</li>
<li><code>BudgetPerformance.tsx</code> &#8211; Shows performance of budget allocations with charts</li>
<li><code>RecentTransactions.tsx</code> &#8211; Displays transaction list with filters and status tags</li>
<li><code>QuickLinks.tsx</code> &#8211; Configurable buttons for frequent actions</li>
<li><code>StatisticsCards.tsx</code> &#8211; Typed reusable metric cards with animated values</li>
</ul>
<h3 id="item-description__financial-modules">Financial Modules</h3>
<ul>
<li><strong>Accounts:</strong> Manage and view connected accounts (<code>AccountSummary</code>,<br />
                <code>LinkedAccounts</code>, <code>AddAccountDialog</code>)
            </li>
<li><strong>Budget:</strong> Plan and track spending (<code>BudgetCategories</code>,<br />
                <code>BudgetAnalysis</code>, <code>AddCategoryDialog</code>)
            </li>
<li><strong>Expenses:</strong> Handle transactions (<code>AddTransactionDialog</code>,<br />
                <code>TransactionsList</code>, <code>TransactionFilters</code>)
            </li>
<li><strong>Savings:</strong> Set and monitor savings goals (<code>SavingsGoalsList</code>,<br />
                <code>AddSavingsGoalDialog</code>)
            </li>
<li><strong>Reports:</strong> Analyze financial data (<code>ExpensesByCategory</code>,<br />
                <code>IncomeVsExpenses</code>, <code>MonthlyTrends</code>)
            </li>
</ul>
<h2 id="item-description__customization-amp-developer-experience">Customization &#038; Developer Experience</h2>
<ul>
<li><strong>TypeScript Safety:</strong> Strictly typed props, API responses, and utility functions</li>
<li><strong>Tailwind CSS:</strong> Utility-first design with theme color variables (light/dark mode aware)
            </li>
<li><strong>Shadcn/UI:</strong> Pre-styled and accessible components with easy overrides</li>
<li><strong>Theme Provider:</strong> Controls color scheme, direction, and layout from a single context</li>
<li><strong>Dynamic Charts:</strong> Chart colors auto-adjust based on theme primary color</li>
<li><strong>Reusable Utilities:</strong> Includes <code>cn()</code> helper for class merging and<br />
                <code>formatCurrency()</code> for number formatting
            </li>
</ul>
<h2 id="item-description__accessibility-amp-performance">Accessibility &#038; Performance</h2>
<ul>
<li><strong>ARIA-compliant UI:</strong> Built with Radix primitives ensuring accessibility by default</li>
<li><strong>Semantic HTML:</strong> Improved SEO and screen-reader support</li>
<li><strong>Fast Development:</strong> Vite&#8217;s lightning-fast HMR (Hot Module Replacement) for instant<br />
                updates</li>
<li><strong>Optimized Builds:</strong> Vite&#8217;s optimized production builds with tree-shaking and code<br />
                splitting</li>
<li><strong>Client-Side Rendering:</strong> Fast initial load with efficient React hydration</li>
<li><strong>Type-safe Data:</strong> Consistent API response types and validation</li>
</ul>
<p>    &lt;main&gt;<br />
        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__dashboard-amp-overview">Dashboard &#038; Overview</h2>
<p>Our intuitive dashboard provides a complete overview of your financial health at a glance.</p>
<h4 id="item-description__financial-summary">Financial Summary</h4>
<p>View your total assets, expenses, income, and savings in one place with visual representations of<br />
                        your financial status.</p>
<h4 id="item-description__quick-actions">Quick Actions</h4>
<p>Perform common tasks like adding money, sending payments, or paying bills directly from the<br />
                        dashboard.</p>
<h4 id="item-description__recent-transactions">Recent Transactions</h4>
<p>See your latest financial activities with detailed transaction history and filtering options.</p>
<h4 id="item-description__wallet-overview">Wallet Overview</h4>
<p>Monitor all your accounts and wallets with real-time balance updates and quick access to details.
                    </p>
<p>        &lt;/section&gt;</p>
<p>        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__wallet-management">Wallet Management</h2>
<p>Comprehensive tools to manage multiple financial accounts and wallets in one place.</p>
<h4 id="item-description__multiple-wallet-support">Multiple Wallet Support</h4>
<p>Create and manage different wallets for various purposes (savings, emergency funds, travel,<br />
                        investments).</p>
<h4 id="item-description__money-transfers">Money Transfers</h4>
<p>Easily transfer funds between your wallets or send money to other users and external accounts.
                    </p>
<h4 id="item-description__transaction-history">Transaction History</h4>
<p>Detailed logs of all transactions with advanced filtering and search capabilities.</p>
<h4 id="item-description__currency-support">Currency Support</h4>
<p>Manage wallets in different currencies with automatic conversion and exchange rate tracking.</p>
<p>        &lt;/section&gt;</p>
<p>        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__budget-management">Budget Management</h2>
<p>Powerful budgeting tools to help you plan and track your spending.</p>
<h4 id="item-description__budget-categories">Budget Categories</h4>
<p>Create custom budget categories and allocate funds to track spending across different areas.</p>
<h4 id="item-description__spending-limits">Spending Limits</h4>
<p>Set monthly or weekly spending limits with alerts when you approach or exceed your budget.</p>
<h4 id="item-description__budget-calendar">Budget Calendar</h4>
<p>Visualize your spending patterns throughout the month with an interactive calendar view.</p>
<h4 id="item-description__budget-insights">Budget Insights</h4>
<p>Receive personalized insights and recommendations to improve your budgeting habits.</p>
<p>        &lt;/section&gt;</p>
<p>        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__bill-management">Bill Management</h2>
<p>Never miss a payment with our comprehensive bill tracking and payment system.</p>
<h4 id="item-description__bill-tracking">Bill Tracking</h4>
<p>Track upcoming, recurring, and paid bills with due date reminders and payment status.</p>
<h4 id="item-description__recurring-bills">Recurring Bills</h4>
<p>Set up automatic tracking for monthly subscriptions and recurring expenses.</p>
<h4 id="item-description__bill-payment">Bill Payment</h4>
<p>Pay bills directly through the platform with secure payment processing.</p>
<h4 id="item-description__spending-analysis">Spending Analysis</h4>
<p>Analyze your bill payments by category with detailed charts and breakdowns.</p>
<p>        &lt;/section&gt;</p>
<p>        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__financial-goals">Financial Goals</h2>
<p>Set, track, and achieve your financial goals with our goal management system.</p>
<h4 id="item-description__goal-creation">Goal Creation</h4>
<p>Create custom financial goals with target amounts, deadlines, and contribution plans.</p>
<h4 id="item-description__progress-tracking">Progress Tracking</h4>
<p>Monitor your progress toward goals with visual progress bars and percentage tracking.</p>
<h4 id="item-description__goal-categories">Goal Categories</h4>
<p>Organize goals by category (savings, major purchases, travel, education, etc.).</p>
<h4 id="item-description__goal-insights">Goal Insights</h4>
<p>Receive recommendations and projections to help you reach your goals faster.</p>
<p>        &lt;/section&gt;</p>
<p>        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__reports-amp-analytics">Reports &#038; Analytics</h2>
<p>Gain valuable insights into your financial behavior with comprehensive reports.</p>
<h4 id="item-description__income-amp-expense-reports">Income &#038; Expense Reports</h4>
<p>Detailed breakdowns of your income sources and expense categories over time.</p>
<h4 id="item-description__spending-trends">Spending Trends</h4>
<p>Visualize your spending patterns with interactive charts and graphs.</p>
<h4 id="item-description__savings-analysis">Savings Analysis</h4>
<p>Track your saving rate and growth over time with projections for future savings.</p>
<h4 id="item-description__export-options">Export Options</h4>
<p>Export reports in various formats for tax purposes or external analysis.</p>
<p>        &lt;/section&gt;</p>
<p>        &lt;section class=&#8221;feature-section&#8221;&gt;</p>
<h2 id="item-description__security-amp-personalization">Security &#038; Personalization</h2>
<p>Keep your financial data secure while customizing the platform to your preferences.</p>
<h4 id="item-description__secure-authentication">Secure Authentication</h4>
<p>Multi-factor authentication and secure login options to protect your financial data.</p>
<h4 id="item-description__theme-customization">Theme Customization</h4>
<p>Personalize the interface with custom color themes, light/dark mode, and layout options.</p>
<h4 id="item-description__notification-preferences">Notification Preferences</h4>
<p>Configure alerts and notifications based on your preferences and priorities.</p>
<h4 id="item-description__account-settings">Account Settings</h4>
<p>Manage your profile, security settings, and connected accounts in one place.</p>
<p>        &lt;/section&gt;<br />
    &lt;/main&gt;</p>
<p>    &lt;footer&gt;</p>
<p>© 2023 TrendyCoder. All rights reserved.</p>
<p>For more information, contact our dev team. <a href="mailto:trendycoder.com@gmail.com">trendycoder.com@gmail.com</a></p>
<p>    &lt;/footer&gt;</p><p>The post <a href="https://mastertemplate.com/namaa-money-management-app-dashboard-react-template/">Namaa – Money Management App Dashboard React Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/namaa-money-management-app-dashboard-react-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bvite &#8211; Bootstrap 5 Minimal &#038; Multipurpose Admin Dashboard Template</title>
		<link>https://mastertemplate.com/bvite-bootstrap-5-minimal-multipurpose-admin-dashboard-template/</link>
					<comments>https://mastertemplate.com/bvite-bootstrap-5-minimal-multipurpose-admin-dashboard-template/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 22 Sep 2023 15:26:13 +0000</pubDate>
				<category><![CDATA[Admin Templates]]></category>
		<category><![CDATA[admin dashboard]]></category>
		<category><![CDATA[admin panel]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[crm dashboard]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[html theme]]></category>
		<category><![CDATA[modern]]></category>
		<category><![CDATA[multipurpose]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[responsive]]></category>
		<category><![CDATA[scss]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[wallet dashboard]]></category>
		<category><![CDATA[web admin]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/bvite-bootstrap-5-minimal-multipurpose-admin-dashboard-template/</guid>

					<description><![CDATA[<p>Bootstrap 5 Minimal &#038; Multipurpose Admin Dashboard Template Bvite is a responsive and feature-rich Multipurpose Admin Template powered by Bootstrap&#8217;s scss framework. If you&#8217;re a developer seeking a versatile admin dashboard with ready-made Bootstrap components and highly customizable features, Bvite is one of the best options available. Even if you&#8217;re not familiar with the frameworks,</p>
<p>The post <a href="https://mastertemplate.com/bvite-bootstrap-5-minimal-multipurpose-admin-dashboard-template/">Bvite – Bootstrap 5 Minimal & Multipurpose Admin Dashboard Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1 id="item-description__bootstrap-5-minimal-amp-multipurpose-admin-dashboard-template">Bootstrap 5 Minimal &#038; Multipurpose Admin Dashboard Template</h1>
<p>Bvite is a responsive and feature-rich Multipurpose Admin Template powered by Bootstrap&#8217;s scss framework. If you&#8217;re a developer seeking a versatile admin dashboard with ready-made Bootstrap components and highly customizable features, Bvite is one of the best options available. Even if you&#8217;re not familiar with the frameworks, you can easily customize the template&#8217;s UI components without leaving the HTML code.</p>
<p>
    <img decoding="async" src="https://bvite.pixelwibes.in/assets/img/preview-slide.jpg" alt="preview-slide" />
</p>
<p><strong>Version 1.0</strong> September 14 2023</p>
<pre>--Released -- Bvite - Bootstrap 5 Minimal &#038; Multipurpose Admin Dashboard Template</pre>
<h4 id="item-description__-bvite-note">:: Bvite NOTE ::</h4>
<ol>
<li>
<p><strong>Browsers:</strong> Works well in all the latest browsers like Chrome, Firefox, Opera, Safari, and Edge </p>
</li>
<li>
<p><strong>General :</strong> All images are just used for Preview Purpose Only. They are not part of the template and are NOT included in the final purchase files. It does not include any Business logic to produce database records. </p>
</li>
<li>
<p><strong>Plugin:</strong> All the Third-party plugins we use are installed via NPM and have their own support and updates separately. Pixelwibes can only provide support for the version of plugins used in the template. It applies to all the framework packages as well </p>
</li>
<li>
<p><strong>Bootstrap 5:</strong> The HTML version is built upon the Bootstrap 5 SCSS. The Frontend framework native bootstrap components will only have support for Bootstrap 4 now, and we are overwriting it with Bootstrap 5. In the future, when there will be the support of Native components for frontend frameworks, our team will replace overwritten bootstrap 5 with native bootstrap 5 for that framework.</p>
</li>
<li>
<p><strong>Framework code:</strong> Currently available bootstrap 5 full versions other technology provided. We will consider developing another technology version in the future.</p>
</li>
</ol><p>The post <a href="https://mastertemplate.com/bvite-bootstrap-5-minimal-multipurpose-admin-dashboard-template/">Bvite – Bootstrap 5 Minimal & Multipurpose Admin Dashboard Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/bvite-bootstrap-5-minimal-multipurpose-admin-dashboard-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Paylo &#8211; Send Money, Receive Online Payment HTML Template</title>
		<link>https://mastertemplate.com/paylo-send-money-receive-online-payment-html-template/</link>
					<comments>https://mastertemplate.com/paylo-send-money-receive-online-payment-html-template/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 13 Oct 2020 10:29:56 +0000</pubDate>
				<category><![CDATA[Technology Website Templates]]></category>
		<category><![CDATA[bank]]></category>
		<category><![CDATA[convert currency]]></category>
		<category><![CDATA[multicurrency]]></category>
		<category><![CDATA[online banking]]></category>
		<category><![CDATA[online wallet]]></category>
		<category><![CDATA[payment]]></category>
		<category><![CDATA[payment gateway]]></category>
		<category><![CDATA[payment method]]></category>
		<category><![CDATA[receive payment]]></category>
		<category><![CDATA[send money]]></category>
		<category><![CDATA[wallet]]></category>
		<category><![CDATA[wallet dashboard]]></category>
		<category><![CDATA[withdraw money]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/paylo-send-money-receive-online-payment-html-template/</guid>

					<description><![CDATA[<p>Paylo &#8211; is an Online Payment Gateway HTML Template. It is mainly using to make an Online Payment system, Online Wallet, Multicurrency Wallet, Convert Currency website. It has 2 home pages and 29 other pages including the admin dashboard. It will compatible with Payment Gateway, Online wallet, Currency Convert websites. It created a bootstrap 4</p>
<p>The post <a href="https://mastertemplate.com/paylo-send-money-receive-online-payment-html-template/">Paylo – Send Money, Receive Online Payment HTML Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Paylo &#8211; is an Online Payment Gateway HTML Template. It is mainly using to make an Online Payment system, Online Wallet, Multicurrency Wallet, Convert Currency website. It has 2 home pages and 29 other pages including the admin dashboard. It will compatible with Payment Gateway, Online wallet, Currency Convert websites. It created a bootstrap 4 based design and fully responsive. Without writing any code you can manage it properly. It is very much familiar with any device. Also, it has cool documentation.</p>
<h2 id="item-description__key-features">Key Features:</h2>
<ul>
<li>100% Responsive layout</li>
<li>Multipage HTML Template</li>
<li>2 Different Home page design</li>
<li>Admin pages included</li>
<li>29 HTML Files</li>
<li>W3C Validate</li>
<li>Different Blogs</li>
<li>Owl Carousel</li>
<li>Google Web Font</li>
<li>Font Awesome Icons</li>
<li>Flaticon icon font</li>
<li>Easy and customizable files</li>
<li>Creative and Modern Design, lots of possibilities</li>
<li>Well Documented</li>
<li>Free Update</li>
<li>many more&#8230;</li>
</ul>
<h2 id="item-description__icons">Icons:</h2>
<ul>
<li>Font Awesome Icon</li>
<li>Flaticon</li>
</ul>
<h2 id="item-description__photo-credit">Photo Credit:</h2>
<ul>
<li>Freepik</li>
<li>Pexels</li>
</ul>
<h2 id="item-description__update">Update:</h2>
<p><b>Version 1.0</b> — Oct. 13, 2020</p>
<pre>Initial release</pre>
<p>Note: All images are used for preview purpose only and not included in the final purchase files.</p><p>The post <a href="https://mastertemplate.com/paylo-send-money-receive-online-payment-html-template/">Paylo – Send Money, Receive Online Payment HTML Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/paylo-send-money-receive-online-payment-html-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Paylup &#8211; Send Money, Receive Online Payment HTML Template</title>
		<link>https://mastertemplate.com/paylup-send-money-receive-online-payment-html-template/</link>
					<comments>https://mastertemplate.com/paylup-send-money-receive-online-payment-html-template/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 08 Apr 2020 20:26:14 +0000</pubDate>
				<category><![CDATA[Technology Website Templates]]></category>
		<category><![CDATA[bank]]></category>
		<category><![CDATA[convert currency]]></category>
		<category><![CDATA[multicurrency]]></category>
		<category><![CDATA[online banking]]></category>
		<category><![CDATA[online wallet]]></category>
		<category><![CDATA[payment]]></category>
		<category><![CDATA[payment gateway]]></category>
		<category><![CDATA[payment method]]></category>
		<category><![CDATA[receive payment]]></category>
		<category><![CDATA[send money]]></category>
		<category><![CDATA[wallet]]></category>
		<category><![CDATA[wallet dashboard]]></category>
		<category><![CDATA[withdraw money]]></category>
		<guid isPermaLink="false">https://mastertemplate.com/paylup-send-money-receive-online-payment-html-template/</guid>

					<description><![CDATA[<p>Paylup &#8211; is an Online Payment Gateway HTML Template. It is mainly using to make an Online Payment system, Online Wallet, Multicurrency Wallet, Convert Currency website. It has 2 home pages and 24 other pages total. It will compatible with Payment Gateway, Online wallet, Currency Convert websites. It created a bootstrap 4 based design and</p>
<p>The post <a href="https://mastertemplate.com/paylup-send-money-receive-online-payment-html-template/">Paylup – Send Money, Receive Online Payment HTML Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Paylup &#8211; is an Online Payment Gateway HTML Template. It is mainly using to make an Online Payment system,  Online Wallet, Multicurrency Wallet, Convert Currency website.  It has 2 home pages and 24 other pages total. It will compatible with Payment Gateway, Online wallet, Currency Convert websites. It created a bootstrap 4 based design and fully responsive. Without writing any code you can manage it properly. It is very much familiar with any device. Also, it has cool documentation.</p>
<h2 id="item-description__key-features">Key Features:</h2>
<ul>
<li>Ready Dashboard</li>
<li>100% Responsive layout</li>
<li>Multipage HTML Template</li>
<li>2 Home page design</li>
<li>22 HTML Files</li>
<li>W3C Validate</li>
<li>Different Blogs</li>
<li>Owl Carousel</li>
<li>Google Web Font</li>
<li>Font Awesome Icons</li>
<li>Flaticon icon font</li>
<li>Easy and customizable files</li>
<li>Creative and Modern Design, lots of possibilities</li>
<li>Well Documented</li>
<li>Free Update</li>
<li>many more&#8230;</li>
</ul>
<h2 id="item-description__icons">Icons:</h2>
<ul>
<li>Font Awesome Icon</li>
<li>Flaticon</li>
</ul>
<h2 id="item-description__photo-credit">Photo Credit:</h2>
<ul>
<li>Freepik</li>
<li>Pexels</li>
</ul>
<h2 id="item-description__update">Update:</h2>
<p><b>Version 1.0</b> — April 08, 2020</p>
<pre>Initial release</pre><p>The post <a href="https://mastertemplate.com/paylup-send-money-receive-online-payment-html-template/">Paylup – Send Money, Receive Online Payment HTML Template</a> first appeared on <a href="https://mastertemplate.com">MasterTemplate</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mastertemplate.com/paylup-send-money-receive-online-payment-html-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
