diff --git a/resources/views/audit.blade.php b/resources/views/audit.blade.php new file mode 100644 index 0000000..6f96218 --- /dev/null +++ b/resources/views/audit.blade.php @@ -0,0 +1,143 @@ +@extends('layouts.main') + +@section('breadcrumbs') + {{ Breadcrumbs::render('logs.audit') }} +@endsection + +@section('content') +
+
+
+

+ Audit Logs +

+
+
+ +
+
+
+
+
+ + + + + + + + + + + + +
+ Log Type + + + Subject Type + + + Description + + + Properties + + + Causer Type + + + Causer ID + + + Date/Time + +
+
+ +
+
+
+@endsection + +@push('scripts') + +@endpush