My server works in Linux via apache2, but works fine in development environment via artisan service on a Windows machine.
The error isUndefined variable $washProgram
Programa {{ $washProgram->name }}
op = $op; $this->washProgram = $op->getSelectedWashProgram(); } /** * Get the view / contents that represent the component. * * @return \Illuminate\View\View|string */ public function render() { return view('components.expedition-data'); } }
I want to generate a view using this component but it gives me this error.
Thank you so much. Linux is case sensitive. The component's file names have been changed so that they all begin with a capital letter: