@extends('panel.layout.app') @section('title', __('User Management')) @section('content')

{{ __('User Management') }}

{{ __('Add New') }}
@if ($app_is_not_demo) @foreach ($users as $entry) @endforeach @else @endif
{{ __('Actions') }}
{{ $entry->fullName() }} {{ $entry->type }} {{ $entry->remaining_words }} {{ $entry->remaining_images }} {{ $entry->country }} {{ $entry->status == 1 ? __('Active') : __('Passive') }}

{{ date('j.n.Y', strtotime($entry->created_at)) }}

{{ date('H:i:s', strtotime($entry->created_at)) }}

User Informations are hidden in demo due to GDPR. See What is GDPR
John Doe User 12.154 940 Hungary Active

19-12-2022

19-12-2022

Patricia Foe User 10.154 120 Albania Active

12-12-2022

19-12-2022

{{--
    --}}
    {{ $users->links() }}
    @endsection @section('script') @endsection