singleseatusers()->get() as $seat){ $tmpPrice = $this->calcPriceTicket($seat); array_push($prices, $tmpPrice); } return view('admin.print.index', compact('order', 'prices')); } }