{{ request()->get('balls') }} or {{ Request::get('balls') }}
dd($request->all()); //print an array of the input name and the input value
{{ app('request')->input('a') }}