$artefact->id])}}" class="text-muted">
merge(['class' => 'card rounded shadow-sm h-100 ']) }} >
{!! $artefact->name !!}
@switch($artefact->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
@if($artefact->price != "" || $artefact->description != "")
{!! $artefact->description !!}
@if($artefact->price != "" && $artefact->description != "")
@endif @if($artefact->price != "")
{{ __('app.artefact.property.price') }} : {!! $artefact->price !!}
@endif
@endif