@extends('layout.with-main') @section('title') Audits log - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__staff-audit--index') @section('main')

{{ __('common.staff') }} {{ __('common.stats') }}

@foreach ($staffUsers as $staffUser) @endforeach
{{ __('common.name') }} {{ __('stat.last30days') }} {{ __('stat.last60days') }} {{ __('stat.all-time') }}
{{ $staffUser->last_30_days }} {{ $staffUser->last_60_days }} {{ $staffUser->total_actions }}
@livewire('audit-log-search') @endsection