Faq fix
This commit is contained in:
@@ -6,7 +6,31 @@ class Home extends BaseController
|
||||
{
|
||||
public function index(): string
|
||||
{
|
||||
$data['faq_data'] = $this->faqData();
|
||||
//return view('welcome_message');
|
||||
return view('index2');
|
||||
return view('index2',$data);
|
||||
}
|
||||
|
||||
private function faqData()
|
||||
{
|
||||
return [
|
||||
[' What is HealthRader?', 'Great value and so easy to use and saves me so much time! I was shocked by how much time
|
||||
and brain energy it saved me. Simple & easy gotta love that. Great value and so easy to
|
||||
use.'],
|
||||
[' What is HealthRader 11?', 'Great value and so easy to use and saves me so much time! I was shocked by how much time
|
||||
and brain energy it saved me. Simple & easy gotta love that. Great value and so easy to
|
||||
use.'],
|
||||
[' What is HealthRader 22?', 'Great value and so easy to use and saves me so much time! I was shocked by how much time
|
||||
and brain energy it saved me. Simple & easy gotta love that. Great value and so easy to
|
||||
use.'],
|
||||
[' What is HealthRader 33?', 'Great value and so easy to use and saves me so much time! I was shocked by how much time
|
||||
and brain energy it saved me. Simple & easy gotta love that. Great value and so easy to
|
||||
use.'],
|
||||
[' What is HealthRader 55?', 'Great value and so easy to use and saves me so much time! I was shocked by how much time
|
||||
and brain energy it saved me. Simple & easy gotta love that. Great value and so easy to
|
||||
use.'],
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user