@extends('layouts.app') @section('title', __('Audit Trail Report')) @section('content')

{{ __('Audit Trail Report') }} {{ __('Compliance & Risk Management') }}

0

{{ __('Total Activities') }}

0

{{ __('High Risk Activities') }}

0

{{ __('Transaction Modifications') }}

0

{{ __('Active Users') }}

{{ __('Activities by Type') }}

{{ __('Risk Level Distribution') }}

{{ __('Daily Activity Trend') }}

{{ __('Top Active Users') }}

@component('components.filters', ['title' => __('Audit Trail Filters')])
{!! Form::label('audit_date_filter', __('report.date_range') . ':') !!} {!! Form::text('audit_date_filter', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'readonly']) !!}
{!! Form::label('audit_users_filter', __('lang_v1.by') . ':') !!} {!! Form::select('audit_users_filter', $users, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]) !!}
{!! Form::label('audit_subject_type', __('lang_v1.subject_type') . ':') !!} {!! Form::select('audit_subject_type', $transaction_types, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]) !!}
{!! Form::label('audit_risk_filter', __('Risk Level') . ':') !!} {!! Form::select('audit_risk_filter', $risk_categories, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]) !!}

@endcomponent
@component('components.widget', ['class' => 'box-primary'])

{{ __('Detailed Audit Trail') }}

{{ __('Date/Time') }} {{ __('Subject Type') }} {{ __('Action') }} {{ __('User') }} {{ __('Risk Level') }} {{ __('Transaction Details') }} {{ __('Compliance Status') }}
@endcomponent
@endsection @section('javascript') @endsection