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

trash Delete a Space

Cancel
@csrf @method('delete')

You are going to permanently delete the following domain please confirm your action.

{{ $space->domain }}

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

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