@extends('layouts.app') @section('content') {{__('Points')}} ({{__('Seller')}}) {{__('Montage date')}} {{__('range')}} {{__("to")}} {{__('Seller')}} -- {{__("Seller")}} -- @foreach($sellers as $seller) {{$seller->ime.' '.$seller->prezime}} @endforeach {{__('Show')}} @if(!empty($statistic)) {{__('Points')}}: {{__('Seller')}}: {{__('Number of points')}}: @foreach($statistic as $seller=>$points) {{$seller}} {{$points}} @endforeach @endif @endsection