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

globe-hemisphere-west Spaces

plus New Space
@foreach ($spaces as $space) @endforeach
Space SIP Domain Accounts Expiration
{{ $space->host }} @if ($space->super) Super @endif {{ $space->domain }} {{ $space->accounts_count }} / @if ($space->max_accounts > 0){{ $space->max_accounts }} @else infinity@endif @if ($space->isExpired()) Expired @elseif ($space->expire_at) In {{ $space->daysLeft }} days @else infinity @endif
@endsection