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

{{ __('Color converter') }}

{{ __('Color converter') }}
@include('shared.message')
@cannot('tools', ['App\Models\User'])
@endcannot @csrf
@if ($errors->has('color')) {{ $errors->first('color') }} @endif
@cannot('tools', ['App\Models\User'])
@if(paymentProcessors()) @include('shared.features.locked') @else @include('shared.features.unavailable') @endif
@endcannot
@if(isset($results))
{{ __('Results') }}
@if(empty($results)) {{ __('No results found.') }} @else
@foreach($results as $key => $value)
{{ $key }}
{{ str_replace(',', ', ', $value) }}
{{ __('Copy') }}
@endforeach
@endif
@endif