{!! Form::open(['url' => $upload_url, 'files' => true, 'id' => 'upload_form']) !!}
@if ($partial)
@include($partial)
@endif
{{ Form::label_styled('Upload a Document', 'add-upload-title', \App\Helpers\FormComponentHelper::SIZE_EXLARGE) }}
{{ Form::label_ex('File', \App\Helpers\FormComponentHelper::SIZE_LARGE) }}
@include('shared.forms._browse_button', [
'name' => 'upload_file',
])
{{ Form::button_with_class('Add', 'add-file', 'save_btn') }}
{{ Form::button_with_class('Cancel', 'cancel-btn', 'cancel_btn') }}
{!! Form::close() !!}