Level 75
$request->input() is returning an empty string
Because it's retrieving something (so not null) but that something is empty.
But here is a good article that explains: http://laraveldaily.com/differences-request-get-vs-request-input-vs-helper-vs-get_data/