@extends('admin::layouts.master') @section('header') @include('admin::layouts.header', ['title' => 'Rendszer Log', 'subtitle' => '']) @endsection @section('content')
@if ($logs === null)
Log file >50M, please download it.
@else @if ($standardFormat) @else @endif @foreach($logs as $key => $log) @if ($standardFormat) @endif @endforeach
Level Context DateLine numberContent
  {{$log['level']}} {{$log['context']}}{{{$log['date']}}} @if ($log['stack']) @endif {{{$log['text']}}} @if (isset($log['in_file']))
{{{$log['in_file']}}} @endif @if ($log['stack']) @endif
@endif @role('skvadmin')
@if($current_file) Download file - Clean file - Delete file @if(count($files) > 1) - Delete all files @endif @endif
@endrole
@endsection @section('js') @include('admin::partials._packagejs') @endsection @section('css') @endsection