@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'] ] )
00 {{ trans('webtools/tools/stop-watch.labelHour') }}
00 {{ trans('webtools/tools/stop-watch.labelMinute') }}
00 {{ trans('webtools/tools/stop-watch.labelSecond') }}
00 {{ trans('webtools/tools/stop-watch.labelMillisecond') }}

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

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

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

@endsection