{{ Form::file($name, ['id' => $name, 'class' => 'upload source-image', 'accept' => isset($limitations) ? $limitations : '']) }} {{ Form::text_file($name.'_uploaded_file', $name.'_uploaded_file', isset($value) ? $value:null, 'Select File') }} {{ Form::button_ex('Browse', null, $name.'_upload_button', null, \App\Providers\FormComponentServiceProvider::$default_btn_size ) }}