Solve your laravel problems.
How do I get a name of an attribute in the request, I need to automatically get the name in the string format. for example:
$request->some_attribute
is there a php way to extract this attribute name to a string?