whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
Modules
/
ProjectRoadmap
/
Views
/
Components
/
Upload File:
files >> //home/kckglobal/www/portal/Modules/ProjectRoadmap/Views/Components/HorizontalBarChart.php
<?php namespace Modules\ProjectRoadmap\Views\Components; use Illuminate\View\Component; class HorizontalBarChart extends Component { public $chartData; /** * Create a new component instance. * * @return void */ public function __construct($chartData) { $this->chartData = $chartData; } /** * Get the view / contents that represent the component. * * @return \Illuminate\View\View|string */ public function render() { return view('projectroadmap::components.horizontalbar-chart'); } }
Copyright ©2021 || Defacer Indonesia