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

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

{{ __('team.points') }}
{!! Form::open(['action' => route('user_team_points'), 'class' => 'form-horizontal', 'id'=>'form_filter_user_points']) !!}
{!! Form::close() !!}
@include('user.team._points_sum', ['userSalesVolume' => $userSalesVolume])
{{__('tables.date') }} {{__('tables.points')}} {{__('tables.net_sales')}} {{__('tables.ve')}} {{__('tables.art')}} {{__('tables.order')}} {{__('tables.info') }} {{__('tables.note') }}
@endsection