@extends('layouts.app') @section('content')
Create Manual Audit Log

Note: This is for creating manual audit logs for system actions, imports, or other activities that aren't automatically tracked. Use this feature carefully.
@csrf
@error('table_name')
{{ $message }}
@enderror
Enter the database table name
@error('record_id')
{{ $message }}
@enderror
Enter the ID of the affected record
@error('action')
{{ $message }}
@enderror
@error('user_id')
{{ $message }}
@enderror
Leave empty for system actions
@error('description')
{{ $message }}
@enderror
Provide a clear description of the action
@error('changes')
{{ $message }}
@enderror
Enter changes in JSON format. Example above shows the structure. Leave empty if no specific changes to record.
Check this if this was an automated/system action
@section('scripts') @endsection @endsection