updated streamline-setup v2

This commit is contained in:
2025-01-15 08:53:49 -08:00
committed by alec.turner
parent a2ce9248f0
commit 4b569f81b0
20228 changed files with 2932048 additions and 63204 deletions
@@ -0,0 +1,31 @@
<?php
return [
"create_head_of_family" => "Create Head of Family",
"dashboard" => "Dashboard",
"heads_of_family" => "Heads of Family",
"register" => "Register",
"patient_search" => "Patient Search",
"patient_information" => "Patient Information",
"here" => "here",
"register_patient" => "Register a new patient",
"insurance_group" => "Insurance Group",
"profile_photo" => "Profile Photo",
"submit" => "Submit",
"cancel" => "Cancel",
"edit" => "Edit",
"edit_head_of_family" => "Edit Insurance Head Of Family",
"head_of_family_name" => "Head Of Family Name",
"activate" => "Activate",
"inactive_head_of_family" => "Inactive Heads Of Family",
"are_you_sure" => "Are you sure?",
"contact" => "Contact",
"action" => "Action",
"patient_number" => "Patient Number",
"name" => "Name",
"view_head_of_family" => "View Active Family Heads",
"insurance_status" => "Insurance Status",
"active" => "Active",
"inactive" => "Inactive",
"delete" => "Delete",
];