I am assuming the prices and the discount is from the database right? In this case change this code...
You forgot the end curly bracket }. Try this public function loadViewData() { $viewData = []; }
The Laravel portal for problem solving, knowledge sharing and community building.
The community