@if($can)
    {{ $this->title }}
    {{ str_repeat('-', Str::length($this->title)) }}
@if(count($result) > 0)@foreach ($result as $resultLine)
        {{ $resultLine }}
@endforeach
@else
        {{ $action }}{{ __('lychee.LOADING') }} ...
@endif

@endif