@if ($invoice_file == null)
il n'y a pas de fichier
@else
{!! Form::open(['url'=>aurl('download'),'method'=>'get' ]) !!}
{!! Form::hidden('invoice_file',$invoice_file) !!}
{!! Form::button('',['type' => 'submit','class'=>'btn btn-warning']) !!}
{!! Form::close() !!}
@endif