@lang('Email '){{ @$author->fullname }}
@auth
@csrf
@php $buttonDisabled= @$author->id == auth()->id() ? 'disabled' : ''; @endphp
@else

@lang('Please') @lang('sign in') @lang('to contact this author.')

@endauth