@extends('admin/layouts/admin') @section('title', __($translatePrefix .'.title')) @section('scripts') @endsection @section('content')
{{ __($translatePrefix. '.subheading') }}
|
#
|
{{ __('global.user') }}
|
{{ __('global.action') }}
|
{{ __('global.date') }}
|
{{ __('global.actions') }} | ||
|---|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
@endif
@foreach($items as $item)
||||||
| {{ $item->id }} | {{ $item->username() }} | {{ $item->getFormattedName() }} | {{ $item->created_at != null ? $item->created_at->format('d/m/y H:i:s') : 'None' }} | {{ __('global.show') }} | ||