{{ __('Admin Dashboard') }}

{{-- Outside the table, so it stays centred on a phone instead of scrolling with the columns. --}} @if ($shares->total() === 0) @else
{{ __('Token') }} {{ __('Files') }} {{ __('Size') }} {{ __('Downloads') }} {{ __('Expires') }} {{ __('Created') }} {{ __('Actions') }} @foreach ($shares as $share) {{ $share->token }} {{ $share->files_count }} {{ Number::fileSize($share->total_size) }} {{ $share->download_count }} @if ($share->expires_at) $share->isExpired()])>{{ $share->expires_at->diffForHumans() }} @else {{ __('Never') }} @endif {{ $share->created_at->diffForHumans() }} @endforeach
{{ $shares->links() }}
@endif
{{ __('Are you sure you want to delete this share?') }}