{{ __('voyager::compass.logs.title') }}
{{ __('voyager::compass.logs.text') }}.
@foreach($files as $file)
{{$file}}
@endforeach
@if ($logs === null)
{{ __('voyager::compass.logs.file_too_big') }}
@else @foreach($logs as $key => $log) @endforeach
{{ __('voyager::compass.logs.level') }}
{{ __('voyager::compass.logs.context') }}
{{ __('voyager::compass.logs.date') }}
{{ __('voyager::compass.logs.content') }}
{{$log['level']}}
{{$log['context']}}
{{{$log['date']}}}
@if ($log['stack'])
@endif {{{$log['text']}}} @if (isset($log['in_file']))
{{{$log['in_file']}}}@endif @if ($log['stack'])
{{{ trim($log['stack']) }}}
@endif
@endif
@if($current_file)
{{ __('voyager::compass.logs.download_file') }}
-
{{ __('voyager::compass.logs.delete_file') }}
@if(count($files) > 1) -
{{ __('voyager::compass.logs.delete_all_files') }}
@endif @endif