{{ $article->type->name }}
@if(isset($article->level))
@switch($article->level)
@case (\App\Models\Artefact::LVL_COMMON)
{{ __('app.artefact.property.level-common') }}
@break;
@case (\App\Models\Artefact::LVL_NOT_FREQUENT)
{{ __('app.artefact.property.level-not-frequent') }}
@break;
@case (\App\Models\Artefact::LVL_RARE)
{{ __('app.artefact.property.level-rare') }}
@break;
@case (\App\Models\Artefact::LVL_PRECIOUS)
{{ __('app.artefact.property.level-precious') }}
@break;
@case (\App\Models\Artefact::LVL_LEGENDARY)
{{ __('app.artefact.property.level-legendary') }}
@break;
@endswitch
@endif
@if($article->image_path != null)
@endif
{!! $article->description !!}
@if($article->use_statistics)
@endif