@extends('layouts.main') @section('breadcrumb')
@if ($space->emailServer)
{{ $space->emailServer->host}}
@endif
@if ($space->emailServer)
{{ __('Edit') }}
{{ __('Delete') }}
@else
{{ __('Configure') }}
@endif