@extends('layouts.main')
@section('content')
{{ $accounts->count()}} / @if ($space->max_accounts > 0){{ $space->max_accounts }} @else {{ __('Users') }}
@if ($space)
| @include('parts.column_sort', ['key' => 'updated_at', 'title' => __('Updated')]) | |||
|---|---|---|---|
| {{ __('Empty') }} | |||
| {{ $account->identifier }} | @include('admin.account.parts.badges', ['account' => $account]) | {{ $account->updated_at }} | |