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

{{ __('Base64 converter') }}

{{ __('Base64 converter') }}
@include('shared.message')
@csrf
@if ($errors->has('content')) {{ $errors->first('content') }} @endif
input('type') == 'encode') checked @endif>
input('type') == 'decode') checked @endif>
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if(isset($result))
{{ __('Result') }}
{{ __('Copy') }}
@endif