diff --git a/src/views/log.blade.php b/src/views/log.blade.php index 5cfeda7..3e2e81d 100644 --- a/src/views/log.blade.php +++ b/src/views/log.blade.php @@ -71,7 +71,7 @@ -{{-- Remove extra space and try to preserve the readability of the source view, sorry if not --}} + @foreach($logs as $key => $log)  {{$log['level']}} @@ -84,7 +84,7 @@ @endforeach -{{-- Back to normal indentation --}} + @endif