A lot of things
This commit is contained in:
14
resources/views/modcp/logs.blade.php
Normal file
14
resources/views/modcp/logs.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
@extends('layouts.modcp')
|
||||
|
||||
@section('page-title', 'Logs — ' . config('app.name'))
|
||||
|
||||
@section('modcp-content')
|
||||
|
||||
<div class="modcp-page-title">
|
||||
<i data-lucide="activity" size="20"></i>
|
||||
Logs
|
||||
</div>
|
||||
|
||||
@livewire('activity-logs')
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user