@extends('layouts.app', ['activePage' => 'tools', 'titlePage' => __('Compliance Logs')]) @section('content')

Compliance

Users listed here have tried to subscribe but are in 'compliance state' - meaning they can only be re-subscribed manually. This feed pulls straight from the system logs. Deleting system logs will also delete entries here.

Export to CSV
@if(isset($users) && !empty($users)) @foreach($users as $user) @endforeach
Email Date of Log Full Message
{{$user[0] ?? ''}} {{$user[2] ?? ''}} {{$user[1] ?? ''}}
Email Date of Log Full Message
@else
Failed to load the logs.
@endif
@endsection @push('js') @endpush