@extends('admin::layout.default') @section('content') @include('admin::pages.log.viewer.heading') @if (!empty($msg_success)) {
{{$msg_success}}
@endif
{{ trans('admin.LOG_VIEWER') }}
@if (isset($table)) @foreach($table as $row) @endforeach @endif
{{ trans('admin.OPTIONS') }} {{ trans('admin.INSTANCE') }} {{ trans('admin.CHANNEL') }} {{ trans('admin.LEVEL') }} {{ trans('admin.LEVEL_NAME') }} {{ trans('admin.IP') }} {{ trans('admin.DATE') }}
Edit {{$row->instance}} {{$row->channel}} {{$row->level}} {{$row->level_name}} {{long2ip($row->remote_addr)}} {{$row->created_at}}

{{$table->links()}}
@endsection