@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'] ] )


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

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

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

@endsection