{!! Form::label('ciphertext', 'Text Encrypted') !!} {!! Form::textarea('ciphertext', $ciphertext ?? null, ['class' => 'form-control', 'placeholder' => 'Text Encrypted...']) !!} @if ($errors->has('ciphertext'))

{{ $errors->first('ciphertext') }}

@endif

Text original

{{$plaintext ?? null}}