@extends('layouts.layout-2') @section('content')

{{ __('Vertriebspartner') }}

{!! Form::open(['action' => route('admin_lead_download'), 'class' => '']) !!}
{!! Form::close() !!}
# {{ __('E-Mail') }} {{ __('Firma') }} {{ __('Vorname') }} {{ __('Nachname') }} {{ __('Level') }} {{ __('Art') }} {{ __('Mitglied') }} {{ __('bis') }} {{ __('Umsatz') }} {{ __('Sales') }} {{ __('verifiziert') }} {{ __('freigegeben') }} {{ __('Einv.') }}
@endsection