{{-- section --}}
{{-- submenu --}} {{-- ------------------------------------ --}} {{-- ------------------------------------ --}} {{-- topRow --}}
{{-- empty --}}
{{-- search --}}
{{-- totalCount --}}

{{ $logs->count() }}

{{-- end topRow --}} {{-- ------------------------------------------------------------------ --}} {{-- ------------------------------------------------------------------ --}} {{-- content --}}
{{-- headers --}} {{-- endHeaders --}} {{-- ------------------------------- --}} {{-- ------------------------------- --}} {{-- tbody --}} {{-- loop - logs --}} @foreach ($logs ?? [] as $log) {{-- 1: name --}} {{-- 1.2: date - user --}} {{-- ------------------------- --}} {{-- ------------------------- --}} {{-- 1.3: viewAction --}} @endforeach {{-- end loop --}}
{{__('Action')}} {{__('Details')}} {{__('Action Date')}} {{__('Via User')}}
{{ $log?->id }} {{ $log?->{__('action')} }} {{ $log?->{__('description')} }}{{ $log?->creationDate }} {{ $log?->user?->{__('name')} }} {{__('View')}}
{{-- endTable --}}
{{-- end container --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}} {{-- :: modals --}} @section('modals') @endsection {{-- endSection --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}}
{{-- endSection --}}