Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/resources/views/admin/auditLogs/show.blade.php
Назад
@extends('layouts.admin') @section('content') <div class="content"> <div class="row"> <div class="col-lg-12"> <div class="panel panel-default"> <div class="panel-heading"> {{ trans('global.show') }} {{ trans('cruds.auditLog.title') }} </div> <div class="panel-body"> <div class="form-group"> <div class="form-group"> <a class="btn btn-default" href="{{ route('admin.audit-logs.index') }}"> {{ trans('global.back_to_list') }} </a> </div> <table class="table table-bordered table-striped"> <tbody> <tr> <th> {{ trans('cruds.auditLog.fields.id') }} </th> <td> {{ $auditLog->id }} </td> </tr> <tr> <th> {{ trans('cruds.auditLog.fields.description') }} </th> <td> {{ $auditLog->description }} </td> </tr> <tr> <th> {{ trans('cruds.auditLog.fields.subject_id') }} </th> <td> {{ $auditLog->subject_id }} </td> </tr> <tr> <th> {{ trans('cruds.auditLog.fields.subject_type') }} </th> <td> {{ $auditLog->subject_type }} </td> </tr> <tr> <th> {{ trans('cruds.auditLog.fields.user_id') }} </th> <td> {{ $auditLog->user_id }} </td> </tr> <tr> <th> {{ trans('cruds.auditLog.fields.properties') }} </th> <td> {{ $auditLog->properties }} </td> </tr> <tr> <th> {{ trans('cruds.auditLog.fields.host') }} </th> <td> {{ $auditLog->host }} </td> </tr> <tr> <th> {{ trans('cruds.auditLog.fields.created_at') }} </th> <td> {{ $auditLog->created_at }} </td> </tr> </tbody> </table> <div class="form-group"> <a class="btn btn-default" href="{{ route('admin.audit-logs.index') }}"> {{ trans('global.back_to_list') }} </a> </div> </div> </div> </div> </div> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка