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