model = ! empty($model) ? $model : $transfer; $this->transfer = ! empty($model) ? $model : $transfer; $this->alias = $this->getAlias($type, $alias); $this->folder = $this->getScriptFolder($type, $folder); $this->file = $this->getScriptFile($type, $file); } /** * Get the view / contents that represent the component. * * @return \Illuminate\Contracts\View\View|string */ public function render() { return view('components.transfers.script'); } }