{{ __('View All Action Log Entries') }}

The items in the action log are displayed below


Go @if(!empty(Request::input('search_model')) || !empty(Request::input('search_model_id')) || !empty(Request::input('search_action')) || !empty(Request::input('search_user'))) Clear... @endif
Performed Action @forelse ($action_logs as $action_log) {{ $action_log->created_at->setTimezone(\Auth::user()->timezone)->format('Y-m-d H:i:s') }} @empty {{ __('No records have been created.') }} @endforelse {{ $action_logs->links() }}