@extends('template.layout_admin') @section('toolbar')

Logs Dashboard

@endsection @section('content')
@foreach($percents as $level => $item)
{!! log_styler()->icon($level) !!}
{{ $item['name'] }} {{ $item['count'] }} @lang('entries') - {!! $item['percent'] !!} %
@endforeach
@endsection @section('scripts') @endsection