{!! Theme::section('community.pannel.ownemails.menu',['subpage'=>'verification']) !!}

{{ csrf_field() }} @if(Session::has('message'))
×{!! Session::get('message') !!}

@endif
own_email_verified==1) disabled="disabled" @endif/>
@if($community->own_email_verified==0)
@endif

@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