@extends('layouts.main') @section('content')

{{ trans('webtools/homepage.title') }}

{{ trans('webtools/homepage.heading') }}

@include("modules.tools.search-base")
@include( $tool['templates']['header'], [ 'tool' => $tool['name'] ] )
@error('text_content')
{{ $message }}
@enderror @csrf
@if ($created !== false)
@endif

{{ get_tool_title($tool['name'], $toolSettings->title) }}

{!! get_tool_description($tool['name'], $toolSettings->description) !!}

{{ trans('webtools/general.related') }}

@endsection