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

trash {{ __('Delete') }}

{{ __('Cancel') }}
@csrf @method('delete')

{{ __('You are going to permanently delete the following element. Please confirm your action.') }}
envelope {{ $space->emailServer->host }}

@endsection