{{ trans('messages.email_subject') }}
*
@if ($errors->has($name))
{{ $errors->first($name) }}
@endif
{{ trans('chatgpt::messages.chat.check_grammatical_correctness') }}
{{ trans('chatgpt::messages.chat.suggest_more_formal') }}
{{ trans('chatgpt::messages.chat.suggest_more_informal') }}
{{ trans('chatgpt::messages.chat.custom_question') }}
@include('chat._script')