@if($this->error == 0 && $this->headers != []) @foreach ($this->headers as $header => $value)
{{ $header }} {!! join('
', $value) !!}
@endforeach @elseif($this->error == 1)
{{ trans('webtools/tools/http-headers-parser.error-text') }}
@endif