@if ($errors)
@foreach ($errors->all() as $error)
{!! $error !!}
@endforeach
@endif
{{ html()->modelForm($controle, 'POST', url('uploadfile/'))->attributes(['files'=>'true','enctype' => 'multipart/form-data','class' => 'form-horizontal'])->open() }}
{{ html()->hidden('id',$controle->id); }}
{!! html()->button('Télécharger le fichier')->value('Télécharger')->type('submit')->attributes(['class' => 'btn btn-primary']) !!}
{{ html()->form()->close() }}