@php $logo = \App\Models\Utility::get_file('uploads/sample/'); @endphp
{{ Form::open(array('route' => array('members.import'),'method'=>'post', 'enctype' => "multipart/form-data")) }}
{{Form::label('file',__('Download sample customer CSV file'),['class'=>'form-control-label w-auto m-0'])}}
{{__('Download')}}
{{Form::label('file',__('Select CSV File'),['class'=>'form-control-label'])}}

{{ Form::close() }}