@extends('layout.default')
@section('title')
{{ __('stat.stats') }} - {{ config('other.title') }}
@endsection
@section('breadcrumbs')
{{ __('stat.stats') }}
{{ __('stat.groups') }}
{{ $group->name }}
@endsection
@section('page', 'page__stats--group')
@section('main')
{{ $group->name }} {{ __('stat.group') }}
{{ __('common.user') }} |
{{ __('stat.registration-date') }} |
@foreach ($users as $user)
|
|
@endforeach
{{ $users->links('partials.pagination') }}
@endsection