@extends ('backend.layouts.app')
@section('title') {{ __('Log Viewer Dashboard') }} @endsection
@section('breadcrumbs')
@lang('Log Viewer')
@endsection
@section('content')
@lang('Log Viewer')
@lang('Dashboard')
@lang('Log Viewer Module')
@foreach($percents as $level => $item)
{!! log_styler()->icon($level) !!}
{{ $item['name'] }}
{{ $item['count'] }} entries - {!! $item['percent'] !!} %
@endforeach
@endsection
@push('after-styles')
@include('log-viewer::laravel-starter.partials.style')
@endpush
@push('after-scripts')
@endpush