@if($can)
    {{ $this->title }}
    {{ str_repeat('-', Str::length($this->title)) }}
    @foreach($this->data as $line)
    {{ $line['type'] }} {{ $line['line']  }}
    @endforeach
@endif