cardstyle=$cardstyle; $this-> id=$id; $this-> rating=$rating; $this-> progresssmColor=$progresssmColor; $this-> percent=$percent; $this-> name=$name; $this-> role=$role; $this-> img=$img; $this-> color=$color; $this-> description=$description; $this-> value=$value; // } /** * Get the view / contents that represent the component. * * @return \Illuminate\Contracts\View\View|\Closure|string */ public function render() { return view('components.trainers-card'); } }