@extends('admin/layouts/default') {{-- Page title --}} @section('title') Logger View @parent @stop @section('header_styles') @stop @section('content')

Logger Views

Logger View

@if(($percents))
@foreach($percents as $level => $item)
{!! log_styler()->icon($level) !!}
{{ $item['name'] }} {{ $item['count'] }} entries - {!! $item['percent'] !!} %
@endforeach
@else

Currently there is no logs

@endif
@endsection @section('footer_scripts') @endsection