@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/tools/text-cleaner.settings_title') }}
{{ trans('webtools/tools/text-cleaner.whitespace_section') }}
{{ trans('webtools/tools/text-cleaner.characters_section') }}
{{ trans('webtools/tools/text-cleaner.other_section') }}
{{ trans('webtools/tools/text-cleaner.letter_case_section') }}
{{ trans('webtools/tools/text-cleaner.quotes_section') }}

Find and Replace

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

@push('scripts') @endpush @endsection