@extends('layouts.app') @section('title', __('Logs')) @section('sidebar') @include('partials/sidebar_menu_toggle')
@php $names = App\ActivityLog::select('log_name')->distinct()->pluck('log_name')->toArray(); array_unshift($names, App\ActivityLog::NAME_OUT_EMAILS); array_push($names, App\ActivityLog::NAME_APP_LOGS); $current_name = 'app'; @endphp @endsection @section('content')Level | Context | Date | @elseLine number | @endifContent |
---|---|---|---|---|
{{$log['level']}} | {{$log['context']}} | @endif{{{$log['date']}}} |
@if ($log['stack'])
@endif
{{{$log['text']}}}
@if (isset($log['in_file']))
{{{$log['in_file']}}} @endif @if ($log['stack']) @endif |