Filters
--}} {{--| Description | @if ($audit_log->description == 'created') Created @elseif ($audit_log->description == 'updated') Updated @else Deleted @endif |
| Invoice No / Ref No | @if (!empty($audit_log->transaction->invoice_no)) {{ '#'.$audit_log->transaction->invoice_no }} @else {{ '#'.$audit_log->transaction->ref_no }} @endif |
| Subject Type | {{ $audit_log->subject_type }} |
| User | {{ $audit_log->user->username }} |
| Host | {{ $audit_log->host }} |
| Created At | {{ $audit_log->created_at }} |