code !== strtoupper($request->query('code'))) { abort(404); } return view('marketing.gift-voucher-print', [ 'voucher' => $voucher, ]); } }