@extends('themes.basic.items.layout') @section('title', $item->name) @section('breadcrumbs', Breadcrumbs::render('items.support', $item)) @section('og_image', $item->getImageLink()) @section('page_description', shorterText(strip_tags($item->description), 155)) @section('keywords', $item->tags) @section('content')
@php $author = $item->author; @endphp
{{ translate(':username supports this item', ['username' => $author->username]) }}

{{ translate("Read the author's instructions below to know how you can get help.") }}

{{ translate('Supported') }}
{{ translate(":username's support instructions", ['username' => $author->username]) }}
{!! purifier($item->support_instructions) !!}
@endsection