@extends('layouts.main') @section('breadcrumb') @include('admin.parts.breadcrumb.spaces.show') @endsection @section('content')

{{ __('Delete') }}

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

{{ __('You are going to permanently delete the following element. Please confirm your action.') }}

{{ $space->domain }}

This will also destroy {{ $space->accounts()->count() }} related accounts

@include('parts.errors', ['name' => 'domain'])
@endsection