@section('site_title', formatTitle([__('Text cleaner'), __('Tool'), config('settings.title')])) @section('head_content') @endsection @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('dashboard'), 'title' => __('Home')], ['url' => route('tools'), 'title' => __('Tools')], ['title' => __('Tool')], ]])

{{ __('Text cleaner') }}

{{ __('Text cleaner') }}
@include('shared.message')
@cannot('tools', ['App\Models\User'])
@endcannot @csrf
@if ($errors->has('content')) {{ $errors->first('content') }} @endif
@if ($errors->has('html_tags')) {{ $errors->first('html_tags') }} @endif
@if ($errors->has('spaces')) {{ $errors->first('spaces') }} @endif
@if ($errors->has('line_breaks')) {{ $errors->first('line_breaks') }} @endif
@cannot('tools', ['App\Models\User'])
@if(paymentProcessors()) @include('shared.features.locked') @else @include('shared.features.unavailable') @endif
@endcannot
@if(isset($result))
{{ __('Results') }}
{{ __('Copy') }}
@endif