{{ trans('admin.VIEW') }}
{{$log->user_agent}}
{{long2ip($log->remote_addr)}}
{{$log->created_at}}
@foreach ($lines as $row) @if (preg_match("/ErrorException/iU", $row)){{$row}}
@else{{$row}}
@endif
@endforeach