@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'] ] )
@foreach ($times as $dtime) @endforeach
{{ trans('webtools/tools/world-clock.text_Country_Code') }} {{ trans('webtools/tools/world-clock.text_Name') }} {{ trans('webtools/tools/world-clock.text_date_time') }} {{ trans('webtools/tools/world-clock.text_UTC_Offset') }}
{{ $dtime['location'] }} {{ $dtime['name'] }} {{ $dtime['time'] }} {{ trans('webtools/tools/world-clock.text_UTC') }}{{ $dtime['offset'] }}

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

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

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

@endsection