{!! Theme::section('community.pannel.ownemails.menu',['subpage'=>'verification']) !!}
@if($community->send_email_from)
@if($community->own_email_verified==0)
@else
Now all your community email will go from {!! $community->send_email_from !!}
@endif
@endif