@extends('layouts.main') @section('breadcrumb') @endsection @section('content')

globe-hemisphere-west {{ $space->name }}

@include('admin.space.tabs')
envelope

{{ __('Email Server') }}

@if ($space->emailServer) {{ $space->emailServer->host}}

@endif @if ($space->emailServer) {{ __('Edit') }} {{ __('Delete') }} @else {{ __('Configure') }} @endif

@endsection