Closed. This question is
not reproducible or was caused by typos. It is not currently accepting answers.
Answer
Solution:
If im not mistaken... u gotta use ->nullable(); and not nullable;
and return Ladder::create($request->all()); returns the UNVALIDATED data safe it in a variable like $validated and then go like Ladder::create($validated)
Source