@extends('layouts.layout-2') @section('content') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ __('navigation.my_team') }}

{{__('Points')}}
{!! Form::open(['url' => route('user_team_points'), 'class' => 'form-horizontal', 'id'=>'form_filter_user_points']) !!}
{!! Form::close() !!}
{{__('Datum') }} {{__('Points')}} {{__('Umsatz netto')}} {{__('Art')}} {{__('Bestellung')}} {{__('Info') }}
@endsection