Did you check if you are using flag "HttpOnly" at Set-Cookie header?
If your Laravel try to get the "XSRF-TOKEN" using JavaScript, the browser will not allow it with flag "HttpOnly", so try remove this flag.