{{$line->getChannel()}}.{{$line->getSeverity()}}
{{$line->getMessage()}}
@if ($line->hasStack())
@foreach ($line->getStack() as $stack)
@endforeach
@endif
{{$stack}}
{{$line->getContext()}}
@endif