Update net

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-12 21:58:19 -04:00
parent 90441c946d
commit 21c41bf076
3 changed files with 23 additions and 5 deletions
+2
View File
@@ -40,7 +40,9 @@ class ProjectPages extends ProjectBaseController
$data['page_data'] = $res1[$page_key];
$data['page_detail_data'] = $resDet[$page_key];
$_SESSION['project_list'] =$res1;
$data['page_document'] = $resDocument[$page_key];
// var_dump( $data['page_detail_data']);
return view('projects/projdetail',$data);
}
+21 -5
View File
@@ -44,9 +44,9 @@ class projectData extends baseModel
],
'merms'=>[
'name' => 'Merms EMR',
'description' => 'This is the description of the project',
'description' => 'Modern Health Practice Management Systems',
'banner_image' => 'project_banner.jpg',
'product_url' => 'www.chiefsoft.com',
'product_url' => 'https://www.mermsemr.com/',
],
'jubabox'=>[
'name' => 'JubaBox',
@@ -600,6 +600,14 @@ class projectData extends baseModel
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
'status' => 'Pending'
],
[
'name' => 'Api Gate',
'description' => 'This is the description of the item',
'banner_image' => 'project_banner.jpg',
'url' => 'www.url.com',
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
'status' => 'Pending'
],
]
],
@@ -607,15 +615,23 @@ class projectData extends baseModel
'description'=>'This is the description of this',
'contents'=>[
[
'name' => 'name of the item',
'name' => 'Main Website',
'description' => 'This is the main product websiye',
'banner_image' => 'project_banner.jpg',
'url' => 'https://www.mermsemr.com/',
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
'status' => 'Active'
],
[
'name' => 'This is the Providers Pages',
'description' => 'This is the description of the item',
'banner_image' => 'project_banner.jpg',
'url' => 'www.url.com',
'url' => 'https://provider.mermsemr.com/',
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
'status' => 'Pending'
],
[
'name' => 'name of the item',
'name' => 'Api Gate',
'description' => 'This is the description of the item',
'banner_image' => 'project_banner.jpg',
'url' => 'www.url.com',
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB