{!! Form::model($location,['method' => 'PATCH', 'route' => ['location.update_location_doc',$location] ,'class' => 'location-edit-doc-form', 'id' => 'location-edit-doc-form', 'data-file-upload' => '.file-uploader', 'data-disable-enter-submission' => '1']) !!}
{!! Form::label('','') !!}
@include('upload.index',['module' => 'location-doc', 'upload_button' => 'Upload Site SOP Documents (Will be made available on Armfort App)'])
{!! Form::hidden('location_id',$location->id) !!}
{!! Form::submit(trans('messages.update'),['class' => 'btn btn-primary pull-right']) !!}
{!! Form::close() !!}