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

{{ $space->name }}

@include('admin.space.tabs')

{{ __('Email Server') }}

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

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

@endsection