updated list
This commit is contained in:
@@ -6,6 +6,28 @@ class Home extends BaseController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return view('project/index');
|
||||
$data['sites'] = $this->getSiteData();
|
||||
|
||||
return view('project/index',$data);
|
||||
}
|
||||
|
||||
|
||||
private function getSiteData(){
|
||||
|
||||
$data = [
|
||||
|
||||
['text'=>'Float EV www-DEV'],
|
||||
['text'=>'Thumbnail 2'],
|
||||
['text'=>'Thumbnail 3'],
|
||||
['text'=>'Thumbnail 4'],
|
||||
['text'=>'Thumbnail 5'],
|
||||
['text'=>'Thumbnail 6'],
|
||||
['text'=>'Thumbnail 7'],
|
||||
['text'=>'Thumbnail 8']
|
||||
|
||||
];
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user