@extends('themes.basic.items.layout') @section('noindex', true) @section('title', $item->name) @section('breadcrumbs', Breadcrumbs::render('items.support', $item)) @section('og_image', $item->getImageLink()) @section('description', shorterText(strip_tags($item->description), 155)) @section('keywords', $item->tags) @section('content')
{{ translate('This item is supported by :website_name', ['website_name' => $settings->general->site_name]) }}

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

{{ translate('Supported') }}
{{ translate('Support instructions') }}
{!! $item->support_instructions !!}
@endsection