Files
Paymenter-Version-Tracks/lang/en/dashboard.php
Muhammad Tamir 85c03cef82 v1.3.4
2025-11-14 10:57:49 +07:00

12 lines
364 B
PHP

<?php
return [
'dashboard_title' => 'Dashboard',
'welcome_back' => 'Welcome back, :name!',
'dashboard_description' => 'Manage your active services, invoices, tickets, and stay updated here.',
'open_tickets' => 'Open Tickets',
'unpaid_invoices' => 'Unpaid Invoices',
'active_services' => 'Active Services',
'view_all' => 'View All',
];