Added image

This commit is contained in:
CHIEFSOFT\ameye
2024-10-05 14:25:34 -04:00
parent 3071edd8f3
commit d8a559bfc8
3 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -7,6 +7,10 @@ class Home extends BaseController
public function index(): string
{
// $appConfig = config('Cache');
// var_dump($appConfig->redis['host']);
// exit();
$siteData =[];
$out = $this->APIcall('GET','http://10.10.10.35:8805/blogdata/oluameye',[]);
$siteData['blogdata'] = $out['payload']['blogdata'];
@@ -20,7 +24,7 @@ class Home extends BaseController
[
'title'=>'Ecommerce',
'category'=>'ecommerce',
'banner'=>'./assets/images/demo/asymmetric-9/case-studies/1.jpg',
'banner'=>'./assets/images/1.jpg',
'description'=> 'Ecommerce'
],
[
Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB