Wstaw wartość w sesji w Laravel

use Session;

 Session::put('variableName', $otp_chk);
Nipun