@extends('layouts.app') @section('content')

{{__('Points')}} ({{__('Seller')}})

{{__("to")}}
@if(!empty($statistic))

{{__('Points')}}:

@foreach($statistic as $seller=>$points) @endforeach
{{__('Seller')}}: {{__('Number of points')}}:
{{$seller}} {{$points}}
@endif @endsection