@extends('layout.default') @section('title') {{ __('stat.stats') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('page', 'page__stats--group') @section('main')

{{ $group->name }} {{ __('stat.group') }}

@foreach ($users as $user) @endforeach
{{ __('common.user') }} {{ __('stat.registration-date') }}
{{ $users->links('partials.pagination') }}
@endsection