@include('mail.partials.sidebar', [
'sentMail' => $sentMail,
'draftMail' => $draftMail,
])
{{ $errors->has('to') ? $errors->first('to') : '' }}
{{ $errors->has('cc') ? $errors->first('cc') : '' }}
{{ $errors->has('bcc') ? $errors->first('bcc') : '' }}
{{ $errors->has('subject') ? $errors->first('subject') : '' }}
{{ $errors->has('body') ? $errors->first('body') : '' }}